on_exit_reset fails to clear DSM-related exit actions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема on_exit_reset fails to clear DSM-related exit actions
Дата
Msg-id 14897.1394204687@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: on_exit_reset fails to clear DSM-related exit actions  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
I just noticed that the DSM patch has introduced a whole new class of
failures related to the bug #9464 issue: to wit, any on_detach
actions registered in a parent process will also be performed when a
child process exits, because nothing has been added to on_exit_reset
to prevent that.  It seems likely that this is undesirable.
        regards, tom lane



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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: atexit_callback can be a net negative
Следующее
От: Andres Freund
Дата:
Сообщение: Re: atexit_callback can be a net negative