Re: pgsql: Add a field to guc enums to allow hiding of values from display - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Add a field to guc enums to allow hiding of values from display
Date
Msg-id 20080528163316.5c8e29a5@mha-laptop.hagander.net
Whole thread Raw
In response to Re: pgsql: Add a field to guc enums to allow hiding of values from display  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add a field to guc enums to allow hiding of values from display
List pgsql-committers
Tom Lane wrote:
> mha@postgresql.org (Magnus Hagander) writes:
> > Add a field to guc enums to allow hiding of values from display
> > while still accepting them as input, used to allow alternate syntax
> > for the same setting.
>
> Aren't there some config_enum_entrys elsewhere (like xlog.c)?
> I think they'd default to false, but still it'd be better practice
> to fill them in.

Hmm. I thought I was going to get warnings if I missed any, but it
seems not. Will fix.

//Magnus

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add a field to guc enums to allow hiding of values from display
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Set hidden field for guc enum missed in previous commit.