forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7f7fd9b
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 parentce6e50a commit7f7fd9b
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 | |
---|---|---|---|
| |||
1993 | 1993 |
| |
1994 | 1994 |
| |
1995 | 1995 |
| |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
1996 | 2001 |
| |
1997 | 2002 |
| |
1998 | 2003 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6024 | 6024 |
| |
6025 | 6025 |
| |
6026 | 6026 |
| |
| 6027 | + | |
| 6028 | + | |
| 6029 | + | |
| 6030 | + | |
6027 | 6031 |
| |
6028 | 6032 |
| |
6029 | 6033 |
| |
|
0 commit comments
Comments
(0)