We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ac718 commit ab7d2b6Copy full SHA for ab7d2b6
src/interfaces/libpq/libpq-int.h
@@ -12,7 +12,7 @@
12
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
13
* Portions Copyright (c) 1994, Regents of the University of California
14
*
15
- * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.125 2007/07/23 17:52:06 mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.126 2007/07/23 18:59:50 tgl Exp $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -76,7 +76,7 @@ typedef struct {
76
/*
77
* POSTGRES backend dependent Constants.
78
79
-#define CMDSTATUS_LEN 40
+#define CMDSTATUS_LEN 64 /* should match COMPLETION_TAG_BUFSIZE */
80
81
82
* PGresult and the subsidiary types PGresAttDesc, PGresAttValue
0 commit comments