Re: BUG #4849: intermittent future timestamps

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4849: intermittent future timestamps
Дата
Msg-id 7816.1244653102@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #4849: intermittent future timestamps  ("David Leppik" <dleppik@vocalabs.com>)
Ответы Re: BUG #4849: intermittent future timestamps  (David Leppik <dleppik@vocalabs.com>)
Список pgsql-bugs
"David Leppik" <dleppik@vocalabs.com> writes:
> We are intermittently getting results from now() which are around 10 minutes
> in the future.  Most calls return a reasonable value.  Because the erroneous
> timestamps are in the future, they cannot be explained by transaction
> delays.

Postgres is just reporting what it got from gettimeofday(), so your beef
is with the kernel (or perhaps with glibc) and/or the hardware you're
using.  I think I've heard of kernel bugs causing this type of issue.

            regards, tom lane

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

Предыдущее
От: "David Leppik"
Дата:
Сообщение: BUG #4849: intermittent future timestamps
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Cursor with hold emits the same row more than once across commits in 8.3.7