diff options
| author | Fujii Masao <fujii@postgresql.org> | 2015-09-03 22:30:16 +0900 |
|---|---|---|
| committer | Fujii Masao <fujii@postgresql.org> | 2015-09-03 22:31:14 +0900 |
| commit | 7f7fd9b345f5a13062a066e89763d882aa24c9cb (patch) | |
| tree | a2e06266cd034a4554de64f0aed44c6b6b3f92a1 /doc/src | |
| parent | ce6e50aebe5d0874d64767b8963b162fdc186fa7 (diff) | |
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.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/high-availability.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index d249959f205..65281f7f976 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1993,6 +1993,11 @@ LOG: database system is ready to accept read only connections <varname>max_locks_per_transaction</> </para> </listitem> + <listitem> + <para> + <varname>max_worker_processes</> + </para> + </listitem> </itemizedlist> </para> |
