forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb3055ab
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 parentda4efa1 commitb3055ab
2 files changed
+16
-7
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2087 | 2087 |
| |
2088 | 2088 |
| |
2089 | 2089 |
| |
2090 |
| - | |
2091 |
| - | |
2092 |
| - | |
2093 |
| - | |
2094 |
| - | |
2095 |
| - | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
| 2096 | + | |
| 2097 | + | |
| 2098 | + | |
| 2099 | + | |
2096 | 2100 |
| |
2097 | 2101 |
| |
2098 | 2102 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
763 | 763 |
| |
764 | 764 |
| |
765 | 765 |
| |
766 |
| - | |
| 766 | + | |
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
771 | 776 |
| |
772 | 777 |
| |
773 | 778 |
| |
|
0 commit comments
Comments
(0)