doc: mention wal_receiver_status_interval as GUC affecting logical rep worker.
authorFujii Masao <fujii@postgresql.org>
Thu, 23 Nov 2017 07:46:42 +0000 (16:46 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 23 Nov 2017 07:48:07 +0000 (16:48 +0900)
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

doc/src/sgml/config.sgml

index a051724d1c82fef8d618b62cdb9522163aedc672..8f550265bd9c30340a7138bc18fef3f64c9fc167 100644 (file)
@@ -3457,7 +3457,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
      </para>
 
      <para>
-      Note that <varname>wal_receiver_timeout</varname> and
+      Note that <varname>wal_receiver_timeout</varname>,
+      <varname>wal_receiver_status_interval</varname> and
       <varname>wal_retrieve_retry_interval</varname> configuration parameters
       affect the logical replication workers as well.
      </para>