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

Поиск
Список
Период
Сортировка
От Oliver Siegmar
Тема BUG #1609: Bug in interval datatype for 64 Bit timestamps
Дата
Msg-id 20050420150432.0B2B2F0E4A@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1608: integer negative limit in plpgsql function arguments
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1609: Bug in interval datatype for 64 Bit timestamps