Thanks to visit codestin.com Credit goes to github.com
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 26909a0 commit 89cf930Copy full SHA for 89cf930
src/backend/tcop/dest.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.28 1999/04/25 21:50:57 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.29 1999/04/28 22:17:58 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -336,7 +336,7 @@ NullCommand(CommandDest dest)
336
* tell the fe that we saw an empty query string
337
* ----------------
338
339
- pq_putbytes("I", 1);
+ pq_putbytes("I", 2); /* note we send I and \0 */
340
break;
341
342
case Local:
0 commit comments