- Notifications
You must be signed in to change notification settings - Fork5
Commit1ea5ce5
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- doc/src/sgml
- src/backend/access/transam
2 files changed
+9
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 | 2037 |
| |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
2038 | 2043 |
| |
2039 | 2044 |
| |
2040 | 2045 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5842 | 5842 |
| |
5843 | 5843 |
| |
5844 | 5844 |
| |
| 5845 | + | |
| 5846 | + | |
| 5847 | + | |
| 5848 | + | |
5845 | 5849 |
| |
5846 | 5850 |
| |
5847 | 5851 |
| |
|
0 commit comments
Comments
(0)