]> 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:31:14 +0000 (22:31 +0900)
commit7f7fd9b345f5a13062a066e89763d882aa24c9cb
treea2e06266cd034a4554de64f0aed44c6b6b3f92a1
parentce6e50aebe5d0874d64767b8963b162fdc186fa7
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