forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64d64a0
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 parent2bf6e8c commit64d64a0
2 files changed
+16
-7
lines changedLines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1966 | 1966 |
| |
1967 | 1967 |
| |
1968 | 1968 |
| |
1969 |
| - | |
1970 |
| - | |
1971 |
| - | |
1972 |
| - | |
1973 |
| - | |
1974 |
| - | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
1975 | 1979 |
| |
1976 | 1980 |
| |
1977 | 1981 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
731 | 731 |
| |
732 | 732 |
| |
733 | 733 |
| |
734 |
| - | |
| 734 | + | |
735 | 735 |
| |
736 | 736 |
| |
737 | 737 |
| |
738 | 738 |
| |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
739 | 744 |
| |
740 | 745 |
| |
741 | 746 |
| |
|
0 commit comments
Comments
(0)