Re: pgsql: Add a field to guc enums to allow hiding of values from display
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Magnus Hagander <magnus(at)hagander(dot)net>
- Cc: pgsql-committers(at)postgresql(dot)org
- Subject: Re: pgsql: Add a field to guc enums to allow hiding of values from display
- Date: Wed, 28 May 2008 10:21:06 -0400
- Message-id: <27842(dot)1211984466(at)sss(dot)pgh(dot)pa(dot)us>
mha(at)postgresql(dot)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.
regards, tom lane
Home |
Main Index |
Thread Index