Thread: [COMMITTERS] pgsql: Reset hot standby xmin after restart

[COMMITTERS] pgsql: Reset hot standby xmin after restart

From
Simon Riggs
Date:
Reset hot standby xmin after restart

Hot_standby_feedback could be reset by reload and worked correctly, but if
the server was restarted rather than reloaded the xmin was not reset.
Force reset always if hot_standby_feedback is enabled at startup.

Ants Aasma, Craig Ringer

Reported-by: Ants Aasma

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/99289e50606e7be4202c15c40caf27cf77893d58

Modified Files
--------------
src/backend/replication/walreceiver.c | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)