Commit 2319ddf3 authored by Bruce Momjian's avatar Bruce Momjian

Use macro to document size of ecpg sqlerrmc string.

parent 635131b1
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.85 2007/12/03 23:49:50 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.86 2008/06/12 19:15:40 momjian Exp $ -->
<chapter id="ecpg"> <chapter id="ecpg">
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title> <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
...@@ -4061,7 +4061,7 @@ struct ...@@ -4061,7 +4061,7 @@ struct
struct struct
{ {
int sqlerrml; int sqlerrml;
char sqlerrmc[70]; char sqlerrmc[SQLERRMC_LEN];
} sqlerrm; } sqlerrm;
char sqlerrp[8]; char sqlerrp[8];
long sqlerrd[6]; long sqlerrd[6];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment