]> granicus.if.org Git - postgresql/commit
Add max_sync_workers_per_subscription to postgresql.conf.sample.
authorFujii Masao <fujii@postgresql.org>
Tue, 11 Apr 2017 15:10:54 +0000 (00:10 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 11 Apr 2017 15:10:54 +0000 (00:10 +0900)
commitff7bce174390ae063c122ab04020bd4ee070d6ad
tree12fdc01bc99123086e3693049174dcebd4a06f8b
parent1c1a4726eba5bb8c0772db8a8efe0315d71887fb
Add max_sync_workers_per_subscription to postgresql.conf.sample.

This commit also does

- add REPLICATION_SUBSCRIBERS into config_group
- mark max_logical_replication_workers and max_sync_workers_per_subscription
  as REPLICATION_SUBSCRIBERS parameters
- move those parameters into "Subscribers" section in postgresql.conf.sample

Author: Masahiko Sawada, Petr Jelinek and me
Reported-by: Masahiko Sawada
Discussion: http://postgr.es/m/CAD21AoAonSCoa=v=87ZO3vhfUZA1k_E2XRNHTt=xioWGUa+0ug@mail.gmail.com
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc_tables.h