Preserve commit timestamps across clean restart An oversight in setting the boundaries of known commit timestamps during startup caused old commit timestamps to become inaccessible after a server restart.
Author and reporter: Julien Rouhaud Review, test code: Craig Ringer Branch ------ REL9_6_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/c8329f934e1bce2a47ca9127cb7cf704e070c278 Modified Files -------------- src/backend/access/transam/commit_ts.c | 2 + src/test/modules/commit_ts/t/004_restart.pl | 137 ++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
