pgsql: doc: mention wal_receiver_status_interval as GUC affectinglogic

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: doc: mention wal_receiver_status_interval as GUC affectinglogic
Дата
Msg-id E1eHmG4-0004uf-BO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: mention wal_receiver_status_interval as GUC affecting logical rep worker.

wal_receiver_timeout, wal_receiver_status_interval and
wal_retrieve_retry_interval configuration parameters affect the logical rep
worker, but previously only wal_receiver_status_interval was not mentioned
as such parameter in the doc.

Back-patch to v10 where logical rep was added.

Author: Masahiko Sawada
Discussion: https://www.postgresql.org/message-id/CAD21AoBUnuH_UsnKXyPCsCR7EAMamW0sSb6a7=WgiQRpnMAp5w@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/188140500e42a4266f01b683697ac4f787052f3e

Modified Files
--------------
doc/src/sgml/config.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: mention wal_receiver_status_interval as GUC affectinglogic
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: Generational memory allocator