Re: bgwriter_lru_maxpages range in postgresql.conf

2017-11-17 Thread Robert Haas
On Thu, Nov 16, 2017 at 4:40 PM, Jeff Janes wrote: > I changed it to "0 disables" to be more consistent with other locations. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: bgwriter_lru_maxpages range in postgresql.conf

2017-11-16 Thread Jeff Janes
On Thu, Nov 16, 2017 at 11:10 AM, Robert Haas wrote: > On Thu, Nov 16, 2017 at 1:26 PM, Jeff Janes wrote: > > (My earlier post has been stuck in infinite moderation due to the use of > a > > common 6 letter abbreviation for configuration, so I will try again > without > > it) > > > > With v10, c

Re: bgwriter_lru_maxpages range in postgresql.conf

2017-11-16 Thread Robert Haas
On Thu, Nov 16, 2017 at 1:26 PM, Jeff Janes wrote: > (My earlier post has been stuck in infinite moderation due to the use of a > common 6 letter abbreviation for configuration, so I will try again without > it) > > With v10, commit 14ca9abfbe4643408a, the upper limit on > bgwriter_lru_maxpages wa

bgwriter_lru_maxpages range in postgresql.conf

2017-11-16 Thread Jeff Janes
(My earlier post has been stuck in infinite moderation due to the use of a common 6 letter abbreviation for configuration, so I will try again without it) With v10, commit 14ca9abfbe4643408a, the upper limit on bgwriter_lru_maxpages was changed from 1000 to INT_MAX / 2, but the postgresql.conf.sa