pgsql: Avoid excessive Hot Standby feedback messages. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Avoid excessive Hot Standby feedback messages.
Date
Msg-id E1PuSWs-0006GF-06@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Rearrange snapshot handling to make rule expansion more consiste
Next
From: Tom Lane
Date:
Subject: pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable