Re: Platform dependency in timestamp parsing

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Platform dependency in timestamp parsing
Date: 2001-10-20 01:10:01
Message-ID: 3BD0CEE9.B13D3EC7@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bill Studenmund 2001-10-20 01:40:04 Re: Package support for Postgres
Previous Message Thomas Lockhart 2001-10-20 01:06:18 Re: Detecting glibc getopt?