Missing wal_receiver_status_interval in Subscribers section
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-11-17T09:34:29Z
Lists: pgsql-hackers
Attachments
- fix_logical_replication_parameter_doc.patch (text/x-patch) patch
Hi, I found that the doc says in 19.6.4. Subscribers section that "Note that wal_receiver_timeout and wal_retrieve_retry_interval configuration parameters affect the logical replication workers as well" but subscriber actually uses wal_receiver_status_interval as well. So I think we should mention it as well. Any thoughts? Attached patch adds wal_receiver_stats_interval to the doc. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
Commits
-
doc: mention wal_receiver_status_interval as GUC affecting logical rep worker.
- 188140500e42 10.2 landed
- 2f8d6369e60a 11.0 landed