]> granicus.if.org Git - postgresql/commit
Reset master xmin when hot_standby_feedback disabled.
authorSimon Riggs <simon@2ndQuadrant.com>
Tue, 15 Jul 2014 13:45:44 +0000 (14:45 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Tue, 15 Jul 2014 13:45:44 +0000 (14:45 +0100)
commit8ebf5f7206e0e4c5d4113cf67d3db8f2a90d7e0f
tree4385426275226db458d40de3c4351473bffe6bfe
parentbfb47043ad3a3adf50c19011b855afccc2ba6f8d
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.
doc/src/sgml/protocol.sgml
src/backend/replication/walreceiver.c
src/backend/replication/walsender.c