Re: Platform dependency in timestamp parsing - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Platform dependency in timestamp parsing
Date
Msg-id 3BD0CEE9.B13D3EC7@fourpalms.org
Whole thread Raw
In response to Platform dependency in timestamp parsing  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Detecting glibc getopt?
Next
From: "Steve Howe"
Date:
Subject: Catalogs design question