projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc9f08b
)
Add missing comment in postgresql.conf.
author
Tatsuo Ishii
Mon, 31 Jul 2017 01:46:32 +0000
(10:46 +0900)
committer
Tatsuo Ishii
Mon, 31 Jul 2017 01:46:32 +0000
(10:46 +0900)
max_logical_replication_workers requires to restart server to reflect
the new value. Per Yugo Nagata. Minor editing by me.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 2b1ebb797ece648d2641120e1fdda4986a79f8a6..e33a4ef74be1bdf0e0dd42390b057592f3669d0d 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-277,6
+277,7
@@
# These settings are ignored on a publisher.
#max_logical_replication_workers = 4 # taken from max_worker_processes
+ # (change requires restart)
#max_sync_workers_per_subscription = 2 # taken from max_logical_replication_workers