pgsql: Reset master xmin when hot_standby_feedback disabled.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reset master xmin when hot_standby_feedback disabled.
Date: 2013-02-04 10:35:31
Message-ID: E1U2JOd-0005W4-OM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reset master xmin when hot_standby_feedback disabled.
If walsender has xmin of standby then ensure we
reset the value to 0 when we change from hot_standby_feedback=on
to hot_standby_feedback=off.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bd56e74127dea4102d1fc761d65fefbb32146713

Modified Files
--------------
doc/src/sgml/protocol.sgml | 6 +++-
src/backend/replication/walreceiver.c | 42 ++++++++++++++++++++++++--------
src/backend/replication/walsender.c | 5 +++-
3 files changed, 39 insertions(+), 14 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-02-04 15:32:06 Re: pgsql: Move Assert() definitions to c.h
Previous Message Peter Eisentraut 2013-02-04 05:02:32 pgsql: Translation updates