Update docs of logical replication for commit ce0fdbfe97.
authorAmit Kapila
Mon, 1 Mar 2021 02:53:41 +0000 (08:23 +0530)
committerAmit Kapila
Mon, 1 Mar 2021 02:53:41 +0000 (08:23 +0530)
Forgot to update the logical replication configuration settings page.
After commit ce0fdbfe97, 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

doc/src/sgml/logical-replication.sgml

index d0742f2c526b197b7f068efce321cc015f83afb1..9cd3f3fbb3d9561f9d07436c11cd226608a25335 100644 (file)
   
    The subscriber also requires the max_replication_slots
    to be set.  In this case it should be set to at least the number of
-   subscriptions that will be added to the subscriber.
-   max_logical_replication_workers must be set to at
-   least the number of subscriptions, again plus some reserve for the table
-   synchronization.  Additionally the max_worker_processes
+   subscriptions that will be added to the subscriber, plus some reserve for
+   table synchronization.  max_logical_replication_workers
+   must be set to at least the number of subscriptions, again plus some reserve
+   for the table synchronization.  Additionally the max_worker_processes
    may need to be adjusted to accommodate for replication workers, at least
    (max_logical_replication_workers
    + 1).  Note that some extensions and parallel queries