Re: possible time change issue - known problem?

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема Re: possible time change issue - known problem?
Дата
Msg-id 20030407221153.A7521@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответ на Re: possible time change issue - known problem?  (Patrick Welche <prlw1@newn.cam.ac.uk>)
Ответы Re: possible time change issue - known problem?  ("Dan Langille" <dan@langille.org>)
Список pgsql-general
On Mon, Apr 07, 2003 at 08:42:56PM +0100, Patrick Welche wrote:
>
> *** ./expected/horology.out    Mon Apr  7 16:56:14 2003
> --- ./results/horology.out    Mon Apr  7 20:21:10 2003
> ***************
> *** 571,577 ****
>   SELECT (timestamp with time zone 'today' = (timestamp with time zone 'yesterday' + interval '1 day')) as "True";
>    True
>   ------
> !  t
>   (1 row)

Now for a mystery: I actually installed said postgres even though it failed
the regression test, and

template1=# SELECT (timestamp with time zone 'today' = (timestamp with time
template1(# zone 'tomorrow' - interval '1 day')) as "True";
 True
------
 t
(1 row)

gmake runcheck still fails horology(!)

Got it! We (Britain) changed time last week => it passes when I run the newly
installed database, whereas the regression test happens in PST8PDT, and I
believe you change time this weekend!

Sorry,

Patrick


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

Предыдущее
От: "Raymond O'Donnell"
Дата:
Сообщение: Re: Consecutive queries
Следующее
От: "Dan Langille"
Дата:
Сообщение: Re: possible time change issue - known problem?