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