forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit14ca9ab
committed
Increase upper bound for bgwriter_lru_maxpages.
There is no particularly good reason to limit this value to 1000,so increase the limit to INT_MAX / 2, the same limit we use forshared_buffers. It's not clear how much practical effect largersettings will have, but there seems no harm in letting people try it.Jim Nasby, less a comment change I stripped out.Discussion:http://postgr.es/m/f6e58a22-030b-eb8a-5457-f62fb08d701c@BlueTreble.com1 parent08bf6e5 commit14ca9ab
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2419 | 2419 |
| |
2420 | 2420 |
| |
2421 | 2421 |
| |
2422 |
| - | |
| 2422 | + | |
2423 | 2423 |
| |
2424 | 2424 |
| |
2425 | 2425 |
| |
|
0 commit comments
Comments
(0)