]> git.ipfire.org Git - thirdparty/postgresql.git/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:58 +0000 (22:30 +0900)
commitcb9cc382b41de4fab2d718f0f8de3441c85aa7f7
tree1b23da0ef0b1aae79f29bd79cef79b837eb550f9
parent8d60549d6d39fbc1501f11a31f007c36975891e8
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