Re: [PATCH] Cleanup of GUC units code - Mailing list pgsql-hackers

From Andrew Sullivan
Subject Re: [PATCH] Cleanup of GUC units code
Date
Msg-id 20080903171124.GL50875@commandprompt.com
Whole thread Raw
In response to Re: [PATCH] Cleanup of GUC units code  (Hannu Krosing <hannu@2ndQuadrant.com>)
List pgsql-hackers
On Wed, Sep 03, 2008 at 06:37:29PM +0300, Hannu Krosing wrote:
> On Wed, 2008-09-03 at 08:20 -0700, Joshua D. Drake wrote:
> > There is no arguing that MB != Mb; 
> 
> The whole point of this discussion is, that mostly people expect 
> MB == Mb = mb == mB, especially if they see weird constructs like kB
> used (k for Kilo, or actually Kibi).

Note that in the networked computer world, MB and Mb are
importantly different.  The latter is relevant for the speed of your
network interface, for instance.  People often get this wrong when
speaking carelessly, but a mistake of this sort is a serious one,
given the orders of magnitude difference.

A

-- 
Andrew Sullivan
ajs@commandprompt.com
+1 503 667 4564 x104
http://www.commandprompt.com/


pgsql-hackers by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: Re: Function call order dependency
Next
From: Andrew Chernow
Date:
Subject: Re: libpq object hooks (libpq events)