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 29eabaa commit 4d1aaedCopy full SHA for 4d1aaed
contrib/pgbench/pgbench.c
@@ -1,5 +1,5 @@
1
/*
2
- * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.21 2002/10/18 18:41:20 momjian Exp $
+ * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.22 2002/10/20 19:38:10 tgl Exp $
3
*
4
* pgbench: a simple TPC-B like benchmark program for PostgreSQL
5
* written by Tatsuo Ishii
@@ -853,7 +853,6 @@ main(int argc, char **argv)
853
fprintf(stderr, "%s", PQerrorMessage(con));
854
exit(1);
855
}
856
- PQclear(res);
857
tps = atoi(PQgetvalue(res, 0, 0));
858
if (tps < 0)
859
{
0 commit comments