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