Re: Re: Bug with timestamp !!!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: Bug with timestamp !!!
Дата
Msg-id 2346.989732091@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Bug with timestamp !!!  ("Mitch Vincent" <mitch@venux.net>)
Ответы Re: Re: Bug with timestamp !!!  (will trillich <will@serensoft.com>)
Список pgsql-general
"Mitch Vincent" <mitch@venux.net> writes:
> ipa=# select version();
>                                version
> ---------------------------------------------------------------------
>  PostgreSQL 7.1.1 on i386-unknown-freebsd4.2, compiled by GCC 2.95.2

Is that really the release version, or a prerelease?  (To be specific,
do you have v 1.49 of src/backend/utils/adt/timestamp.c?)

> ipa=# insert into tmp values('2001-04-01 02:29:52');

If you live in the USA, 4/1 was a DST transition day: there is no such
time as 2:29 AM local time.  Some C libraries cope with this better than
others.  We made some last-minute patches in 7.1.1 that are intended to
work around the less-well-behaved libraries, and I'm wondering whether
you have 'em.

            regards, tom lane

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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Bug with timestamp !!!
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: microsecond log timestamps