pgsql/contrib/pgbench pgbench.c

Started by Tatsuo Ishiialmost 25 years ago1 messagescomitters
Jump to latest
#1Tatsuo Ishii
ishii@hub.org

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.