Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1ea5ce5

Browse files
committed
Document that max_worker_processes must be high enough in standby.
The setting values of some parameters including max_worker_processesmust be equal to or higher than the values on the master. However,previously max_worker_processes was not listed as such parameterin the document. So this commit adds it to that list.Back-patch to 9.4 where max_worker_processes was added.
1 parent7d7a103 commit1ea5ce5

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
staticvoid
58475851
CheckRequiredParameterValues(void)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp