pgsql: Document that max_worker_processes must be high enough in standb

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Document that max_worker_processes must be high enough in standb
Дата
Msg-id E1ZXUc1-0005cz-KQ@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1ea5ce5c5f204918b8a9fa6eaa8f3f1374aa8aec

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Document that max_worker_processes must be high enough in standb
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Assorted code review for recent ProcArrayLock patch.