pgsql: Avoid excessive Hot Standby feedback messages.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Avoid excessive Hot Standby feedback messages.
Дата
Msg-id E1PuSWs-0006GF-06@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rearrange snapshot handling to make rule expansion more consiste
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update discussion of EXPLAIN to reflect existence of ModifyTable