Preserve commit timestamps across clean restart
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/commit_ts.c | modified | +2 −0 |
| src/test/modules/commit_ts/t/004_restart.pl | added | +137 −0 |