forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit63e719e
committed
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Should be limited to the maximum number of connections excludingautovacuum workers, not including.Add similar check for max_wal_senders, which should never be higher thanmax_connections.1 parent86ece4b commit63e719e
2 files changed
+16
-7
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2114 | 2114 |
| |
2115 | 2115 |
| |
2116 | 2116 |
| |
2117 |
| - | |
2118 |
| - | |
2119 |
| - | |
2120 |
| - | |
2121 |
| - | |
2122 |
| - | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
2123 | 2127 |
| |
2124 | 2128 |
| |
2125 | 2129 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
759 | 759 |
| |
760 | 760 |
| |
761 | 761 |
| |
762 |
| - | |
| 762 | + | |
763 | 763 |
| |
764 | 764 |
| |
765 | 765 |
| |
766 | 766 |
| |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
767 | 772 |
| |
768 | 773 |
| |
769 | 774 |
| |
|
0 commit comments
Comments
(0)