Обсуждение: guc config_enum_entry add hidden field

Поиск
Список
Период
Сортировка

guc config_enum_entry add hidden field

От
"Alex Hunsaker"
Дата:
Tom Lane" <tgl@sss.pgh.pa.us> writes:
> I am wondering if it's a good idea to hide the redundant entries
> to reduce clutter in the pg_settings display.  (We could do this
> by adding a "hidden" boolean to struct config_enum_entry.)
> Thoughts?

The Attached patch does just that...

Вложения

Re: guc config_enum_entry add hidden field

От
Magnus Hagander
Дата:
Alex Hunsaker wrote:
> Tom Lane" <tgl@sss.pgh.pa.us> writes:
> > I am wondering if it's a good idea to hide the redundant entries
> > to reduce clutter in the pg_settings display.  (We could do this
> > by adding a "hidden" boolean to struct config_enum_entry.)
> > Thoughts?
>
> The Attached patch does just that...

Applied with some minor modifications.

//Magnus