pgsql: pg_test_fsync: Update output format

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_test_fsync: Update output format
Date: 2014-10-20 19:37:09
Message-ID: E1XgIlR-0008FC-9Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_test_fsync: Update output format

Apparently, computers are now a bit faster than when this was first
added, so we need to make room for a digit or two in the ops/sec format.

While we're at it, adjust some of the other output for a more consistent
line length.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/83dc5908c207bc0ff4256eb862f6a211ad5596ec

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-10-20 21:59:11 pgsql: Flush unlogged table's buffers when copying or moving databases.
Previous Message Andrew Dunstan 2014-10-20 19:31:13 pgsql: Correct volatility markings of a few json functions.