Re: Parallel worker hangs while handling errors.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Parallel worker hangs while handling errors.
Дата
Msg-id 770279.1599166903@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Parallel worker hangs while handling errors.  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Parallel worker hangs while handling errors.
Re: Parallel worker hangs while handling errors.
Список pgsql-hackers
vignesh C <vignesh21@gmail.com> writes:
> The Solution Robert & Tom are suggesting by Calling
> BackgroundWorkerUnblockSignals fixes the actual problem.

I've gone ahead and pushed the bgworker fix, since everyone seems
to agree that that's okay, and it is provably fixing a problem.

As for the question of SIGQUIT handling, I see that postgres.c
does "PG_SETMASK(&BlockSig)" immediately after applying the sigdelset
change, so there probably isn't any harm in having the background
processes do likewise.  I wonder though why bgworkers are not
applying the same policy.  (I remain of the opinion that any
changes in this area should not be back-patched without evidence
of a concrete problem; it's at least as likely that we'll introduce
a problem as fix one.)

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: default partition and concurrent attach partition
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: default partition and concurrent attach partition