elog(PANIC) should abort()?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема elog(PANIC) should abort()?
Дата
Msg-id 7651.1036083046@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: elog(PANIC) should abort()?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: elog(PANIC) should abort()?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I am thinking it would be useful for debugging if elog(PANIC) were to
exit by calling abort() so that a core dump would be produced.

Going out via proc_exit(), as it now does, seems like a bad idea in any
case, since that will try to do a bunch of cleanup activity that's
probably inappropriate after a panic.

Comments?
        regards, tom lane


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: 7.2.3 vacuum bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Request for supported platforms