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 becd2f9 commit ed11827Copy full SHA for ed11827
src/backend/tcop/dest.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.8 1997/08/27 09:03:14 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.9 1997/08/28 05:05:43 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -104,6 +104,7 @@ EndCommand(char *commandTag, CommandDest dest)
104
105
pq_putnchar("C", 1);
106
sprintf(buf, "%s%s", commandTag, CommandInfo);
107
+ CommandInfo[0] = 0;
108
pq_putstr(buf);
109
pq_flush();
110
break;
0 commit comments