]> granicus.if.org Git - postgresql/commit
Make pgbench -i emit only one-tenth as many status messages.
authorRobert Haas <rhaas@postgresql.org>
Fri, 22 Jun 2012 13:03:25 +0000 (09:03 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 22 Jun 2012 13:03:25 +0000 (09:03 -0400)
commit47c7365e794a0a57382efefbf1f2b062c7a3e3d3
treeb1eaa69bfa2bf3b6749fbf768285dbedf6a4c70e
parent6ef5baf8b1cb609218b2fafb378b3f190a6f90f9
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.
contrib/pgbench/pgbench.c