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-00063A-De@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7a2fa5774a52bf7469f622e3ed4d6317c1d5a64e

Modified Files
--------------
src/backend/access/transam/commit_ts.c | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

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