pgsql: Preserve commit timestamps across clean restart - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Preserve commit timestamps across clean restart
Date
Msg-id E1byefq-000637-DR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/00f15338b234e5fd7cda2d7bf0ef8d9f29f6bf5f

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(+)


pgsql-committers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Preserve commit timestamps across clean restart