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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pgbench -i emit only one-tenth as many status messages.
Date: 2012-06-22 13:06:39
Message-ID: E1Si3ZP-0005ki-Av@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-06-24 16:22:30 pgsql: Move WAL continuation record information to WAL page header.
Previous Message Robert Haas 2012-06-22 13:02:52 pgsql: Document that && can be used to search arrays.