Re: bgworker crashed or not?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: bgworker crashed or not?
Дата
Msg-id 20140416154412.GL17874@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: bgworker crashed or not?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: bgworker crashed or not?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2014-04-16 11:37:47 -0400, Robert Haas wrote:
> > I think we probably also need a way to exit that's treated as an error,
> > but doesn't lead to a PANIC restart.
> 
> Why can't that be handled through ereport(ERROR/FATAL) rather than
> through the choice of exit status?  It seems to me that the only point
> of the exit status is or should be to provide feedback to the
> postmaster on how it should respond to the background worker's
> untimely demise.  If any other information needs to be conveyed, the
> worker should log that itself rather than trying to tell the
> postmaster what to log.

I dislike that because it essentially requires the bgworker to have a
full error catching environment like PostgresMain() has. That seems
bad for many cases.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: test failure on latest source
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bgworker crashed or not?