There is a bug in hot_standby_feedback that causes the xmin of the walsender process to not be reset when hot_standby_feedback is turned off after it had previously sent at least one feedback message.
Clearly, that is a bad thing and deserves backpatching to 9.1, unless I hear otherwise real soon. Attached patch sends an immediate feedback message if it is turned off on the standby. No protocol changes, just changes to how message is handled and when it is sent. -- Simon Riggs http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
hs_feedback_off.v1.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers