pgsql: In pg_test_fsync, use K(1024) rather than k(1000) for write size - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_test_fsync, use K(1024) rather than k(1000) for write size
Date
Msg-id E1Pi7q8-000583-PH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_test_fsync, use K(1024) rather than k(1000) for write size units.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=00869024cb0164969957c1b3e8f6a11242a939e9

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |   18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Update contrib documention mentions to point to actual documenta
Next
From: Bruce Momjian
Date:
Subject: pgsql: Per Peter E, use 'kB' for kilobyte, not 'K'.