pgsql: Document that max_worker_processes must be high enough in standb

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that max_worker_processes must be high enough in standb
Date: 2015-09-03 13:31:33
Message-ID: E1ZXUc1-0005d2-Kj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7f7fd9b345f5a13062a066e89763d882aa24c9cb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-09-03 17:35:55 pgsql: Assorted code review for recent ProcArrayLock patch.
Previous Message Fujii Masao 2015-09-03 12:43:24 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file