postgresql/src/backend/utils
Robert Haas 14ca9abfbe 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 for
shared_buffers.  It's not clear how much practical effect larger
settings 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.com
2017-02-02 14:43:38 -05:00
..
adt Ensure that a tsquery like '!foo' matches empty tsvectors. 2017-01-26 12:18:07 -05:00
cache Tweak catalog indexing abstraction for upcoming WARM 2017-01-31 18:42:24 -03:00
error Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fmgr Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
hash Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
init Don't count background workers against a user's connection limit. 2017-02-01 18:02:43 -05:00
mb Add KOI8-U map files to Makefile. 2017-02-02 14:12:35 +02:00
misc Increase upper bound for bgwriter_lru_maxpages. 2017-02-02 14:43:38 -05:00
mmgr Use castNode() in a bunch of statement-list-related code. 2017-01-26 22:09:34 -05:00
resowner Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
sort Don't create "holes" in BufFiles, in the new logtape code. 2017-02-01 12:17:38 +02:00
time Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
errcodes.txt Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_dummy_probes.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_dummy_probes.sed Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Gen_fmgrtab.pl Generate fmgr prototypes automatically 2017-01-17 14:06:07 -05:00
generate-errcodes.pl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Fix parallel make issue with new fmgrprotos.h 2017-01-23 15:36:27 -05:00
probes.d Update copyright via script for 2017 2017-01-03 13:48:53 -05:00