pgsql: Make pgbench -i emit only one-tenth as many status messages. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Make pgbench -i emit only one-tenth as many status messages.
Date
Msg-id E1Si3ZP-0005ki-Av@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Document that && can be used to search arrays.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Move WAL continuation record information to WAL page header.