Skip to content

Commit cf54e04

Browse files
author
Amit Kapila
committed
Update docs of logical replication for commit ce0fdbf.
Forgot to update the logical replication configuration settings page. After commit ce0fdbf, table synchronization workers also started using replication origins to track the progress and the same should be reflected in docs. Author: Amit Kapila Discussion: https://postgr.es/m/CAA4eK1KkbppndxxRKbaT2sXrLkdPwy44F4pjEZ0EDrVjD9MPjQ@mail.gmail.com
1 parent b4e3dc7 commit cf54e04

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/logical-replication.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,10 @@
604604
<para>
605605
The subscriber also requires the <varname>max_replication_slots</varname>
606606
to be set. In this case it should be set to at least the number of
607-
subscriptions that will be added to the subscriber.
608-
<varname>max_logical_replication_workers</varname> must be set to at
609-
least the number of subscriptions, again plus some reserve for the table
610-
synchronization. Additionally the <varname>max_worker_processes</varname>
607+
subscriptions that will be added to the subscriber, plus some reserve for
608+
table synchronization. <varname>max_logical_replication_workers</varname>
609+
must be set to at least the number of subscriptions, again plus some reserve
610+
for the table synchronization. Additionally the <varname>max_worker_processes</varname>
611611
may need to be adjusted to accommodate for replication workers, at least
612612
(<varname>max_logical_replication_workers</varname>
613613
+ <literal>1</literal>). Note that some extensions and parallel queries

0 commit comments

Comments
 (0)