Re: Units for storage of internal time zone offsets

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Units for storage of internal time zone offsets
Дата
Msg-id 3D2B00DB.20C59F4D@fourpalms.org
обсуждение исходный текст
Ответ на Units for storage of internal time zone offsets  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-hackers
> Well, sheesh.  Let's widen the byte field to int and store all the
> offsets in minutes, or even seconds.

It doesn't really matter, since the table is used only internally, and
only holds current accepted values for time zone offsets. The current
scheme works.

It might be useful to change the units, but how they are stored is an
internal detail without much importance. Someone at some point decided
that minimizing row width and table size was important (probably back in
1989 ;) and the table is structured with that in mind.
                - Thomas


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] CRC function? (fwd)
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: (A) native Windows port