Re: cluster_name and update_process_title documentation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cluster_name and update_process_title documentation
Дата
Msg-id 4983.1443192575@sss.pgh.pa.us
обсуждение исходный текст
Ответ на cluster_name and update_process_title documentation  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> The related settings cluster_name and update_process_title have somehow
> ended up at opposite corners of the documentation and sample files.  I
> propose to group them together in a new "Process Title" section, as in
> the attached patch.

I think you missed some places that need to be updated to add a new
config_group value; at least guc.c's config_group_names[] array, and
there might be other places.  But +1 for the concept.

(I wonder if we couldn't add a static assert to catch this class of
error in the future.)
        regards, tom lane



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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix an O(N^2) problem in foreign key references.
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: WIP: Rework access method interface