Re: GUC with units, details

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GUC with units, details
Дата
Msg-id 13603.1154038687@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GUC with units, details  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> ... The question is whether we want to have kB mean 
> 1000 bytes instead of 1024 bytes.

> In my mind, that goes against current practice.

I concur.  Most of the places where we are using these units, they are
for specifying memory sizes, and *everyone* does memory sizes in binary.
The argument from disk drive makers' obviously marketing-driven decision
to use decimal doesn't impress me.  And the argument from standards that
are just about universally ignored doesn't impress me either ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GUC with units, details
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: another try at keeping AIX/ppc