forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a0b30f
committed
In initdb, don't bother trying max_connections = 10.
The server won't actually start with that setting anymore, not sincewe raised the default max_wal_senders to 10. Per discussion, we don'twish to back down on that default, so instead raise the effective floorfor max_connections (to 20). It's still possible to configure a smallersetting manually, but initdb won't set it that way.Since that change happened in v10, back-patch to v10.Kyotaro HoriguchiDiscussion:https://postgr.es/m/20180209.170823.42008365.horiguchi.kyotaro@lab.ntt.co.jp1 parent4e0c743 commit6a0b30f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
915 | 915 |
| |
916 | 916 |
| |
917 | 917 |
| |
918 |
| - | |
| 918 | + | |
919 | 919 |
| |
920 | 920 |
| |
921 | 921 |
| |
|
0 commit comments
Comments
(0)