Make pgbench -i emit only one-tenth as many status messages. These days, even a wimpy system can insert 10000 tuples in the blink of an eye, so there's no real need for this much verbosity.
Per complaint from Tatsuo Ishii. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/47c7365e794a0a57382efefbf1f2b062c7a3e3d3 Modified Files -------------- contrib/pgbench/pgbench.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
