Error in 7.2

Поиск
Список
Период
Сортировка
От rbt@barchord.com
Тема Error in 7.2
Дата
Msg-id 20020116142651.A38977@fury.inquent.com
обсуждение исходный текст
Ответы Re: Error in 7.2
Список pgsql-hackers
select now() + cast('71 minutes' as interval) as case1     , cast('71 minutes' as interval) + now() as case2     ,
now()+ cast('5 minutes' as interval) as case3     , cast('5 minutes' as interval) + now() as case4     , now();
 


The above works as expected in 7.1, but in 7.2 case1 and case2 have 
different values.  Appears hours to seconds are ignored if it's 
interval + timestamp rather than timestamp + interval.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: tuptoaster.c must *not* use SnapshotAny
Следующее
От: Kovacs Zoltan
Дата:
Сообщение: Re: backend/po, make update-po works strange