Re: guc variables flags explicitly initialisation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: guc variables flags explicitly initialisation
Дата
Msg-id 19587.1082302071@sss.pgh.pa.us
обсуждение исходный текст
Ответ на guc variables flags explicitly initialisation  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: guc variables flags explicitly initialisation  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-patches
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> please find attached a large but simple patch that insures that all guc
> variables flags are explicitly set, instead of relying on the default
> behavior of static variable area to be filled with zeros.

This seems entirely pointless.  Why should we add a large amount of
noise to these table definitions to avoid relying on standard C behavior?

            regards, tom lane

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: EXECUTE command tag returns actual command
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Basic subtransaction facility