|
12 | 12 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group |
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California |
14 | 14 | * |
15 | | - * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.125 2007/07/2317:52:06 mha Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.126 2007/07/2318:59:50 tgl Exp $ |
16 | 16 | * |
17 | 17 | *------------------------------------------------------------------------- |
18 | 18 | */ |
@@ -76,7 +76,7 @@ typedef struct { |
76 | 76 | /* |
77 | 77 | * POSTGRES backend dependent Constants. |
78 | 78 | */ |
79 | | -#defineCMDSTATUS_LEN40 |
| 79 | +#defineCMDSTATUS_LEN64/* should match COMPLETION_TAG_BUFSIZE */ |
80 | 80 |
|
81 | 81 | /* |
82 | 82 | * PGresult and the subsidiary types PGresAttDesc, PGresAttValue |
|