integer datetimes

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема integer datetimes
Дата
Msg-id 20070214111313.GD26194@svr2.hagander.net
обсуждение исходный текст
Ответы Re: integer datetimes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Our docs for the integer datetime option says:

Use 64-bit integer storage for datetimes and intervals, rather than the
default floating-point storage. This reduces the range of representable
values but guarantees microsecond precision across the full range (see
Section 8.5 for more information). Note also that the integer datetimes
code is newer than the floating-point code, and we still find bugs in it
from time to time.


Is the last sentence about bugs really true anymore? At least the buildfarm
seems to have a lot *more* machines with it enabled than without.

(I'm thinking about making it the defautl for the vc++ build, which is
why I came across that)

//Magnus


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Fixing insecure security definer functions
Следующее
От: Tom Dunstan
Дата:
Сообщение: Re: "anyelement2" pseudotype