pgsql: Avoid excessive Hot Standby feedback messages.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid excessive Hot Standby feedback messages.
Date: 2011-03-01 16:34:30
Message-ID: E1PuSWs-0006GF-06@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-01 16:37:15 pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable
Previous Message Tom Lane 2011-03-01 04:28:19 pgsql: Rearrange snapshot handling to make rule expansion more consiste