8000
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 934c213 commit 27e8ef0Copy full SHA for 27e8ef0
src/bin/psql/common.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.76 2003/10/06 01:11:12 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.77 2003/11/12 22:53:16 tgl Exp $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -332,6 +332,7 @@ AcceptResult(const PGresult *result)
332
{
333
case PGRES_COMMAND_OK:
334
case PGRES_TUPLES_OK:
335
+ case PGRES_EMPTY_QUERY:
336
case PGRES_COPY_IN:
337
/* Fine, do nothing */
338
break;
0 commit comments