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 c448847 commit c9361a7Copy full SHA for c9361a7
contrib/pgbench/pgbench.c
@@ -1,5 +1,5 @@
1
/*
2
- * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.14 2002/01/10 01:11:45 tgl Exp $
+ * $Header: /cvsroot/pgsql/contrib/pgbench/pgbench.c,v 1.15 2002/02/18 05:46:41 momjian Exp $
3
*
4
* pgbench: a simple TPC-B like benchmark program for PostgreSQL
5
* written by Tatsuo Ishii
@@ -548,16 +548,6 @@ init()
548
fprintf(stderr, "PQendcopy failed\n");
549
exit(1);
550
}
551
-
552
- /*
553
- * do a checkpoint to purge the old WAL logs
554
- */
555
- res = PQexec(con, "checkpoint");
556
- if (PQresultStatus(res) != PGRES_COMMAND_OK)
557
- {
558
- fprintf(stderr, "%s", PQerrorMessage(con));
559
- exit(1);
560
- }
561
562
563
0 commit comments