CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: ishii@hub.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.