mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Use macro to document size of ecpg sqlerrmc string.
This commit is contained in:
@ -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">
|
<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
|
|||||||
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];
|
||||||
|
Reference in New Issue
Block a user