Re: truncating pg_multixact/members - Mailing list pgsql-hackers

From Robert Haas
Subject Re: truncating pg_multixact/members
Date
Msg-id CA+TgmobeN-x03f_4cBT_H9fFPhCJLZ1WkqG=Njsm_zgt2pVP4w@mail.gmail.com
Whole thread Raw
In response to Re: truncating pg_multixact/members  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: truncating pg_multixact/members  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sat, Jan 4, 2014 at 12:38 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> As far as back-patching the GUCs, my thought would be to back-patch
>> them but mark them GUC_NOT_IN_SAMPLE in 9.3, so we don't have to touch
>> the default postgresql.conf.
>
> That seems bizarre and pointless.
>
> Keep in mind that 9.3 is still wet behind the ears and many many people
> haven't adopted it yet.  If we do what you're suggesting then we're
> creating a completely useless inconsistency that will nonetheless affect
> all those future adopters ... while accomplishing nothing much for those
> who have already installed 9.3.  The latter are not going to have these
> GUCs in their existing postgresql.conf, true, but there's nothing we can
> do about that.  (Hint: GUC_NOT_IN_SAMPLE doesn't actually *do* anything,
> other than prevent the variable from being shown by SHOW ALL, which is not
> exactly helpful here.)

Well, I guess what I'm really wondering is whether we should refrain
from patching postgresql.conf.sample in 9.3, even if we add the GUC,
just because people may have existing configuration files that they've
already modified, and it could perhaps create confusion.

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



pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: Re: In-core regression tests for replication, cascading, archiving, PITR, etc. Michael Paquier
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] Store Extension Options