pgsql: Add new "-q" logging option (quiet mode) while in initialize mod

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add new "-q" logging option (quiet mode) while in initialize mod
Date: 2013-01-07 02:25:20
Message-ID: E1Ts2Ou-0001YZ-86@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add new "-q" logging option (quiet mode) while in initialize mode
(-i), producing only one progress message per 5 seconds along with
elapsed time and estimated remaining time. Also add elapsed time and
estimated remaining time to the default logging(prints one message
each 100000 rows).
Patch contributed by Tomas Vondra, reviewed by Jeevan Chalke and
Tatsuo Ishii.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cf03ff6c4e6f3e6627ddc1cc0986b940828bcf98

Modified Files
--------------
contrib/pgbench/pgbench.c | 63 +++++++++++++++++++++++++++++++++++++++++---
doc/src/sgml/pgbench.sgml | 11 ++++++++
2 files changed, 69 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-01-07 16:57:12 pgsql: Fix incorrect error message when schema-CREATE permission is abs
Previous Message Simon Riggs 2013-01-06 21:29:07 Re: Re: [COMMITTERS] pgsql: Invent a "one-shot" variant of CachedPlans for better performanc