pgsql: Increase upper bound for bgwriter_lru_maxpages.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Increase upper bound for bgwriter_lru_maxpages.
Date: 2017-02-02 19:47:51
Message-ID: E1cZNMF-0001uJ-O7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/14ca9abfbe4643408ad6ed3279f2f6366cafb3f1

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-02 21:06:36 pgsql: doc: Document result set of CREATE_REPLICATION_SLOT
Previous Message Robert Haas 2017-02-02 19:24:16 pgsql: pageinspect: Support hash indexes.