Re: 8.3 vs HEAD difference in Interval output?

Поиск
Список
Период
Сортировка
От Ron Mayer
Тема Re: 8.3 vs HEAD difference in Interval output?
Дата
Msg-id 48CEE156.5080203@cheapcomplexdevices.com
обсуждение исходный текст
Ответ на Re: 8.3 vs HEAD difference in Interval output?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> 
> This is not the only place where the float-timestamps code has rounding
> behavior that doesn't appear in the integer-timestamps code. 

Yeah... For that matter, I find this surprising as well:

regression=# select '0.7 secs'::interval, ('7 secs'::interval/10);    interval     |  ?column?
-----------------+------------- 00:00:00.699999 | 00:00:00.70
(1 row)

I'll start making a list of them for a future patch down the road.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: R Mayer
Дата:
Сообщение: 8.3 vs HEAD difference in Interval output?
Следующее
От: Tom Lane
Дата:
Сообщение: Coping with nLocks overflow