pgsql: Document that max_worker_processes must be high enough in standb - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Document that max_worker_processes must be high enough in standb
Date
Msg-id E1ZXUc1-0005d1-Kb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cb9cc382b41de4fab2d718f0f8de3441c85aa7f7

Modified Files
--------------
doc/src/sgml/high-availability.sgml |    5 +++++
src/backend/access/transam/xlog.c   |    4 ++++
2 files changed, 9 insertions(+)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Document that max_worker_processes must be high enough in standb
Next
From: Fujii Masao
Date:
Subject: pgsql: Document that max_worker_processes must be high enough in standb