Preserve commit timestamps across clean restart
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Oct 2016 12:27:24 +0000 (09:27 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 24 Oct 2016 12:45:48 +0000 (09:45 -0300)
commit00f15338b234e5fd7cda2d7bf0ef8d9f29f6bf5f
treead797d9d3060bcb27675280bcce91324dbdd8e84
parent7d80417d3dfc88b0c03b5c08a18b29f9d430e217
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
src/backend/access/transam/commit_ts.c
src/test/modules/commit_ts/t/004_restart.pl [new file with mode: 0644]