Re: Re: In pg_test_fsync, use K(1024) rather than k(1000) for write size units.

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Nicolas Barbier" <nicolas.barbier@gmail.com>, "Bruce Momjian" <bruce@momjian.us>
Cc: "Peter Eisentraut" <peter_e@gmx.net>, <pgsql-hackers@postgresql.org>
Date: 2011-01-27T16:22:12Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> wrote:
 
> http://en.wikipedia.org/wiki/Bytes#Unit_symbol
> 
> You can see the chart on the right.
 
According to which, the JEDEC standard requires KB and the IEC
standard requires KiB.  What standard led us to use kB instead?  It
seems to generally mean 1000 instead of 1024.
 
> However, I agree 'kB' is the best.
 
Why?
 
-Kevin