File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 604
604
<para>
605
605
The subscriber also requires the <varname>max_replication_slots</varname>
606
606
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>
611
611
may need to be adjusted to accommodate for replication workers, at least
612
612
(<varname>max_logical_replication_workers</varname>
613
613
+ <literal>1</literal>). Note that some extensions and parallel queries
You can’t perform that action at this time.
0 commit comments