]> granicus.if.org Git - postgresql/commit
Document that max_worker_processes must be high enough in standby.
authorFujii Masao <fujii@postgresql.org>
Thu, 3 Sep 2015 13:30:16 +0000 (22:30 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 3 Sep 2015 13:30:16 +0000 (22:30 +0900)
commit1ea5ce5c5f204918b8a9fa6eaa8f3f1374aa8aec
tree55f565972955b253a39fdaf09b8c4d8915e87a8d
parent7d7a103f41fbdc54e608c431ead866061289307d
Document that max_worker_processes must be high enough in standby.

The setting values of some parameters including max_worker_processes
must be equal to or higher than the values on the master. However,
previously max_worker_processes was not listed as such parameter
in the document. So this commit adds it to that list.

Back-patch to 9.4 where max_worker_processes was added.
doc/src/sgml/high-availability.sgml
src/backend/access/transam/xlog.c