pgsql/contrib/pgbench pgbench.c

From: Tatsuo Ishii <ishii(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/pgbench pgbench.c
Date: 2001-08-01 01:08:18
Message-ID: 200108010108.f7118IL52666@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: ishii(at)hub(dot)org 01/07/31 21:08:17

Modified files:
contrib/pgbench: pgbench.c

Log message:
When invoked with -i (initialize mode), split the copy command every
10000 tuples, rather than one big copy. This will prevent generating
too much WAL logs.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-08-01 14:07:41 pgsql/src/interfaces/libpq de.po
Previous Message Bruce Momjian 2001-08-01 00:52:49 Re: Re: pg_hba.conf pre-parsing change