Document that max_worker_processes must be high enough in standby.

Fujii Masao <fujii@postgresql.org>

Commit: 1ea5ce5c5f204918b8a9fa6eaa8f3f1374aa8aec
Author: Fujii Masao <fujii@postgresql.org>
Date: 2015-09-03T13:30:16Z
Releases: 9.6.0
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.

Files

PathChange+/−
doc/src/sgml/high-availability.sgml modified +5 −0
src/backend/access/transam/xlog.c modified +4 −0

Documentation touched