pgsql: Reset master xmin when hot_standby_feedback disabled. - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Reset master xmin when hot_standby_feedback disabled.
Date
Msg-id E1X733e-00044a-LV@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8ebf5f7206e0e4c5d4113cf67d3db8f2a90d7e0f

Modified Files
--------------
doc/src/sgml/protocol.sgml            |    5 +++-
src/backend/replication/walreceiver.c |   44 ++++++++++++++++++++++++---------
src/backend/replication/walsender.c   |    5 +++-
3 files changed, 41 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From:
Date:
Subject: ...
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing source files to nls.mk