pgsql: Fix LagTrackerRead() for timeline increments

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix LagTrackerRead() for timeline increments
Date: 2017-04-23 20:52:07
Message-ID: E1d2OUJ-0008LP-7S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix LagTrackerRead() for timeline increments

Bug was masked by error in running 004_timeline_switch.pl that was
fixed recently in 7d68f2281a.

Detective work by Alvaro Herrera and Tom Lane

Author: Thomas Munro

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8463880872cf8a6fc6bb9a4ad34b84aded7a33e2

Modified Files
--------------
src/backend/replication/walsender.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-04-23 21:14:28 pgsql: Workaround for RecoverPreparedTransactions()
Previous Message Tom Lane 2017-04-23 17:11:24 pgsql: Fix order of arguments to SubTransSetParent().