BUG #1609: Bug in interval datatype for 64 Bit timestamps - Mailing list pgsql-bugs

From Oliver Siegmar
Subject BUG #1609: Bug in interval datatype for 64 Bit timestamps
Date
Msg-id 20050420150432.0B2B2F0E4A@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1609
Logged by:          Oliver Siegmar
Email address:      oliver@siegmar.net
PostgreSQL version: 8.0.2
Operating system:   Linux
Description:        Bug in interval datatype for 64 Bit timestamps
Details:

Postgres compiled with --enable-integer-datetimes has a bug in interval
datatype representation -

select '10.10 secs ago'::interval;

     interval
-------------------
 @ 10.-10 secs ago
(1 row)


Without --enable-integer-datetimes -

     interval
------------------
 @ 10.10 secs ago
(1 row)


Please CC me, because I'm not on the list.


Oliver

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1608: integer negative limit in plpgsql function arguments
Next
From: Tom Lane
Date:
Subject: Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps