doc_update_wal_retrieve_retry_interval_config.patch

text/x-patch

Filename: doc_update_wal_retrieve_retry_interval_config.patch
Type: text/x-patch
Part: 0
Message: Documentation update of wal_retrieve_retry_interval to mention table sync worker

Patch

Format: unified
File+
doc/src/sgml/config.sgml 2 1
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index fbdd6ce574..93ad17c529 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -5094,7 +5094,8 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
        </para>
        <para>
         In logical replication, this parameter also limits how often a failing
-        replication apply worker will be respawned.
+        replication apply worker, and table synchronization worker will be
+        respawned.
        </para>
       </listitem>
      </varlistentry>