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

From Alex Hunsaker
Subject Re: pgsql: Add a field to guc enums to allow hiding of values from display
Date
Msg-id 34d269d40805280953w131db54cwe4a72cca3e1ca497@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add a field to guc enums to allow hiding of values from display  (Magnus Hagander <magnus@hagander.net>)
List pgsql-committers
On Wed, May 28, 2008 at 8:33 AM, Magnus Hagander <magnus@hagander.net> wrote:
> 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.
>

Oops I could have sworn i grepped the source for them... Sorry!

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Set hidden field for guc enum missed in previous commit.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Backpatch Zdenek Kotala's fix to prevent pglz_decompress from