On Wed, Jun 17, 2015 at 3:36 AM, Prakash Itnal <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
