Thread: pgsql: Avoid excessive Hot Standby feedback messages.

pgsql: Avoid excessive Hot Standby feedback messages.

From
Robert Haas
Date:
Avoid excessive Hot Standby feedback messages.

Without this patch, when wal_receiver_status_interval=0, indicating that no
status messages should be sent, Hot Standby feedback messages are instead sent
extremely frequently.

Fujii Masao, with documentation changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59d6a7594288ebc909a24f3fc9e502f097bbe2ff

Modified Files
--------------
doc/src/sgml/config.sgml              |    7 ++++---
src/backend/replication/walreceiver.c |    2 +-
2 files changed, 5 insertions(+), 4 deletions(-)