Re: Bug with timestamp !!!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug with timestamp !!!
Дата
Msg-id 3449.989767665@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug with timestamp !!!  ("Eric G. Miller" <egm2@jps.net>)
Ответы Re: Bug with timestamp !!!  ("Eric G. Miller" <egm2@jps.net>)
Список pgsql-general
"Eric G. Miller" <egm2@jps.net> writes:
> While I don't see such dramatic results with this bad input data, I did
> run across something a little peculiar:

With what PG version?  On what platform?

Comparing 7.1.1 against 7.0.*, I note that the resolution of "illegal"
times during a DST jump has changed, at least on my platform (HPUX 10.20).
7.0.* resolves the time backwards whereas current sources resolve
forwards: "select timestamp('2001-04-01 02:02:02')" yields
    2001-04-01 01:02:02-05    in 7.0.2
    2001-04-01 03:02:02-04  in current
Since this is dependent on how the local mktime() library routine
reacts to "illegal" times, some platform-to-platform variation is to be
expected.  Your example looks like mktime() must actually have some
internal state on your machine, causing its result to depend on what
it was asked previously :-(

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Re: microsecond log timestamps
Следующее
От: Janning Vygen
Дата:
Сообщение: Re: table inheritance