Use macro to document size of ecpg sqlerrmc string.

This commit is contained in:
Bruce Momjian 2008-06-12 19:15:40 +00:00
parent 635131b159
commit 2319ddf3f1

View File

@ -1,4 +1,4 @@
<!-- $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">
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@ -4061,7 +4061,7 @@ struct
struct
{
int sqlerrml;
char sqlerrmc[70];
char sqlerrmc[SQLERRMC_LEN];
} sqlerrm;
char sqlerrp[8];
long sqlerrd[6];