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 dd83b34 commit 2990b8aCopy full SHA for 2990b8a
contrib/pgbench/pgbench.c
@@ -1,10 +1,10 @@
1
/*
2
- * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.30 2003/12/07 19:55:58 tgl Exp $
+ * $PostgreSQL: pgsql/contrib/pgbench/pgbench.c,v 1.31 2004/06/14 11:00:12 ishii Exp $
3
*
4
* pgbench: a simple TPC-B like benchmark program for PostgreSQL
5
* written by Tatsuo Ishii
6
7
- * Copyright (c) 2000-2003 Tatsuo Ishii
+ * Copyright (c) 2000-2004 Tatsuo Ishii
8
9
* Permission to use, copy, modify, and distribute this software and
10
* its documentation for any purpose and without fee is hereby
@@ -552,7 +552,7 @@ init(void)
552
fprintf(stderr, "%s", PQerrorMessage(con));
553
exit(1);
554
}
555
-
+ PQclear(res);
556
557
558
* occupy accounts table with some data
0 commit comments