Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Siegmar <oliver(at)siegmar(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
Date: 2005-04-21 13:57:40
Message-ID: 14859.1114091860@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Oliver Siegmar <oliver(at)siegmar(dot)net> writes:
> It removed the bug, but also added a new one (hopefully only one ;-))

I don't think it's a new bug, seeing that I didn't change the code
for the ISO case.

I see the imprecise result only in the non-integer-datetime case; is
it acting differently for you?

If it is only the float case, some imprecision is to be expected.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message hyperspacez 2005-04-21 15:01:20 BUG #1613: Installation flaw
Previous Message Marc Soleda 2005-04-21 13:56:35 BUG #1612: Problem with PGAPI_SetPos

Browse pgsql-patches by date

  From Date Subject
Next Message Oliver Siegmar 2005-04-21 15:01:24 Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
Previous Message Qingqing Zhou 2005-04-21 10:12:03 revise a comment in CreateCheckPoint()