forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f0c9bc
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 parentc0751d3 commit6f0c9bc
2 files changed
+16
-6
lines changedLines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1908 | 1908 |
| |
1909 | 1909 |
| |
1910 | 1910 |
| |
1911 |
| - | |
1912 |
| - | |
1913 |
| - | |
1914 |
| - | |
1915 |
| - | |
| 1911 | + | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
1916 | 1921 |
| |
1917 | 1922 |
| |
1918 | 1923 |
| |
|
Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
724 | 724 |
| |
725 | 725 |
| |
726 | 726 |
| |
727 |
| - | |
| 727 | + | |
728 | 728 |
| |
729 | 729 |
| |
730 | 730 |
| |
731 | 731 |
| |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
732 | 737 |
| |
733 | 738 |
| |
734 | 739 |
| |
|
0 commit comments
Comments
(0)