pgsql: pg_test_fsync: expand ops/sec display

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_test_fsync: expand ops/sec display
Date: 2013-08-02 04:45:24
Message-ID: E1V57Ey-0002xy-RP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_test_fsync: expand ops/sec display
Expand ops/sec by two digits to maintain alignment on servers with fast
I/O subsystems, e.g. can now display < 10M ops/sec with consistent
alignment.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43f6388931fa71d7c2885fa54804c7cdff7d9f62

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-08-02 13:16:43 pgsql: Fix typo in comment.
Previous Message Bruce Momjian 2013-08-02 04:20:15 No more need for pg_clearxlogtail?