Re: guc patch: Make variables fall back to default values

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: guc patch: Make variables fall back to default values
Дата
Msg-id 87ird6owo0.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: guc patch: Make variables fall back to default values  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: guc patch: Make variables fall back to default values  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
"Peter Eisentraut" <peter_e@gmx.net> writes:

> Joachim Wieland wrote:
>> Attached is the long-awaited guc patch that makes values fall back to
>> their default values when they got removed (or commented) from the
>> configuration file. This has always been a source of confusion.
>
> I have applied your patch with some of the discussed corrections.  The
> use of memory allocation in the GUC code might still need some review.

This is a pretty major user-visible change. While I'm strongly in favour of it
it seems like there ought to be some documentation file touched by this, no?
Or have I missed it?

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: guc patch: Make variables fall back to default values
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: Updated bitmap index patch