Re: Platform dependency in timestamp parsing

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Platform dependency in timestamp parsing
Дата
Msg-id 3BD0CEE9.B13D3EC7@fourpalms.org
обсуждение исходный текст
Ответ на Platform dependency in timestamp parsing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I've applied patches; all regression tests pass and the
'yyy-mm-ddThh:mm:ss' is now handled correctly afaict.

There is an ongoing issue regarding precision and rounding for cases
with large interval spans. I've patched the tree with a possible
solution involving counting significant figures before rounding, but I
don't think it is the right one. Especially since it involves a log10()
call :(
                     - Thomas


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Detecting glibc getopt?
Следующее
От: "Steve Howe"
Дата:
Сообщение: Catalogs design question