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 E1X72yi-0003yW-3q@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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2dde11a632d3fe309b5af5480d01a0a3028f7f64

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


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Include SSL compression status in psql banner and connection log
Next
From:
Date:
Subject: ...