diff options
-rw-r--r-- | src/bin/pgbench/pgbench.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 87fb006d879..80279551219 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -1898,6 +1898,7 @@ top: { case PGRES_COMMAND_OK: case PGRES_TUPLES_OK: + case PGRES_EMPTY_QUERY: break; /* OK */ default: fprintf(stderr, "client %d aborted in state %d: %s", |