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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
