[TODO] Allow commenting of variables ...

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема [TODO] Allow commenting of variables ...
Дата
Msg-id 1147286801.12512.62.camel@unknown
обсуждение исходный текст
Ответы Re: [TODO] Allow commenting of variables ...  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: [TODO] Allow commenting of variables ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [TODO] Allow commenting of variables ...  (Joachim Wieland <joe@mcknight.de>)
Список pgsql-hackers
I would like to implement following item from TODO list:

* Allow commenting of variables in postgresql.conf to restore them to
defaults. Currently, if a variable is commented out, it keeps the
previous uncommented value until a server restarted.

Does anybody work on it?

I performed some investigation and I found that signal handler
(SIGHUP_handler) contents a big code and contents signal nonsafe
functions. It should generate deadlock or damage some internal data
structure in the standard c library. See
http://www.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html for detail. By my opinion is necessary to
rewritesignal handling in postmaster to avoid postgres malfunction.   


    Zdenek

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [PERFORM] Big IN() clauses etc : feature proposal
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: [PERFORM] Big IN() clauses etc : feature proposal