Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2319ddf

Browse files
committed
Use macro to document size of ecpg sqlerrmc string.
1 parent635131b commit2319ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.85 2007/12/03 23:49:50 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.86 2008/06/12 19:15:40 momjian Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -4061,7 +4061,7 @@ struct
40614061
struct
40624062
{
40634063
int sqlerrml;
4064-
char sqlerrmc[70];
4064+
char sqlerrmc[SQLERRMC_LEN];
40654065
} sqlerrm;
40664066
char sqlerrp[8];
40674067
long sqlerrd[6];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp