Re: buildfarm failures on smew and anole

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, CM Team <cm(at)enterprisedb(dot)com>
Subject: Re: buildfarm failures on smew and anole
Date: 2013-10-16 13:44:32
Message-ID: CA+TgmoZoiMFf_ibSc1jUwQKcFXm86CZ5w7HANYGRfp1UpRmVVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 16, 2013 at 9:37 AM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
> On 2013-10-16 09:35:46 -0400, Robert Haas wrote:
>> Gah. I fixed one instance of that problem in test_config_settings(),
>> but missed the other.
>
> Maybe it'd be better to default to none, just as max_connections
> defaults to 1 and shared_buffers to 16? As we write out the value in the
> config file, everything should still continue to work.

Hmm, possibly. But how would we document that? It seems strange to
say that the default is none, but the actual setting probably won't be
none on your system because we hack up postgresql.conf.
shared_buffers pretty much just glosses over the distinction between
"default" and "what you probably have configured", but I'm not sure
that's actually great policy.

Trivial fixed pushed, for now.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-10-16 13:47:45 Re: buildfarm failures on smew and anole
Previous Message ktm@rice.edu 2013-10-16 13:40:34 Re: Compression of full-page-writes