pgsql: pg_test_fsync: Update output format - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_test_fsync: Update output format
Date
Msg-id E1XgIlR-0008FC-9Y@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Correct volatility markings of a few json functions.
Next
From: Andres Freund
Date:
Subject: pgsql: Flush unlogged table's buffers when copying or moving databases.