Content-Length: 292360 | pFad | http://github.com/postgrespro/postgres_cluster/commit/1ea5ce5c5f204918b8a9fa6eaa8f3f1374aa8aec

E7 Document that max_worker_processes must be high enough in standby. · postgrespro/postgres_cluster@1ea5ce5 · GitHub
Skip to content

Commit 1ea5ce5

Browse files
committed
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.
1 parent 7d7a103 commit 1ea5ce5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/src/sgml/high-availability.sgml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,11 @@ LOG: database system is ready to accept read only connections
20352035
<varname>max_locks_per_transaction</>
20362036
</para>
20372037
</listitem>
2038+
<listitem>
2039+
<para>
2040+
<varname>max_worker_processes</>
2041+
</para>
2042+
</listitem>
20382043
</itemizedlist>
20392044
</para>
20402045

src/backend/access/transam/xlog.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5842,6 +5842,10 @@ do { \
58425842
/*
58435843
* Check to see if required parameters are set high enough on this server
58445844
* for various aspects of recovery operation.
5845+
*
5846+
* Note that all the parameters which this function tests need to be
5847+
* listed in Administrator's Overview section in high-availability.sgml.
5848+
* If you change them, don't forget to update the list.
58455849
*/
58465850
static void
58475851
CheckRequiredParameterValues(void)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/1ea5ce5c5f204918b8a9fa6eaa8f3f1374aa8aec

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy