Re: Is Postgres database server works fine if there is a change in system time?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Is Postgres database server works fine if there is a change in system time?
Дата
Msg-id CA+TgmoZo9Bis50hkiv8ZGtOS6spyWL9DWSp8zSsq719GRnNKdA@mail.gmail.com
обсуждение исходный текст
Ответ на Is Postgres database server works fine if there is a change in system time?  (Prakash Itnal <prakash074@gmail.com>)
Список pgsql-hackers
On Wed, Jun 17, 2015 at 3:36 AM, Prakash Itnal <prakash074@gmail.com> wrote:
> Currently we observed that certain postgres child process, for eg.
> autovacuum worker, are not working as expected if there is a system time
> change. So I wanted to know if postgres already supports system time changes
> or not.
>
> Please confirm if postgres already handles system time changes or not.

I think it's our intention to be reasonably resilient against such
changes.  Perfect resilient is likely impossible, but I think it's our
general goal not to throw up and die.  If you find cases where we do,
please report them.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pg_stat_*_columns?
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: The real reason why TAP testing isn't ready for prime time