Commit cf54e04b authored by Amit Kapila's avatar Amit Kapila

Update docs of logical replication for commit ce0fdbfe.

Forgot to update the logical replication configuration settings page.
After commit ce0fdbfe, 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
parent b4e3dc7f
...@@ -604,10 +604,10 @@ ...@@ -604,10 +604,10 @@
<para> <para>
The subscriber also requires the <varname>max_replication_slots</varname> The subscriber also requires the <varname>max_replication_slots</varname>
to be set. In this case it should be set to at least the number of to be set. In this case it should be set to at least the number of
subscriptions that will be added to the subscriber. subscriptions that will be added to the subscriber, plus some reserve for
<varname>max_logical_replication_workers</varname> must be set to at table synchronization. <varname>max_logical_replication_workers</varname>
least the number of subscriptions, again plus some reserve for the table must be set to at least the number of subscriptions, again plus some reserve
synchronization. Additionally the <varname>max_worker_processes</varname> for the table synchronization. Additionally the <varname>max_worker_processes</varname>
may need to be adjusted to accommodate for replication workers, at least may need to be adjusted to accommodate for replication workers, at least
(<varname>max_logical_replication_workers</varname> (<varname>max_logical_replication_workers</varname>
+ <literal>1</literal>). Note that some extensions and parallel queries + <literal>1</literal>). Note that some extensions and parallel queries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment