mirror of
https://github.com/postgres/postgres.git
synced 2025-06-06 00:02:36 -04:00
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
This commit is contained in:
parent
de0aca6a82
commit
2f8d6369e6
@ -3410,7 +3410,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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user