pgsql: Correct epoch of txid_current() when executed on a Hot Standby s - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Correct epoch of txid_current() when executed on a Hot Standby s
Date
Msg-id E1SDFqH-0005S4-PF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct epoch of txid_current() when executed on a Hot Standby server.
Initialise ckptXidEpoch from starting checkpoint and maintain the correct
value as we roll forwards. This allows GetNextXidAndEpoch() to return the
correct epoch when executed during recovery. Backpatch to 9.0 when the
problem is first observable by a user.

Bug report from Daniel Farina

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/68219aaf6b8c6214e5f4a6124bd5607254aad6b3

Modified Files
--------------
src/backend/access/transam/xlog.c |   30 ++++++++++++++++++++++++++----
1 files changed, 26 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Unbreak Windows builds broken by pgpipe removal.
Next
From: Simon Riggs
Date:
Subject: pgsql: Correct epoch of txid_current() when executed on a Hot Standby s