Re: [PATCH] ProcessInterrupts_hook

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] ProcessInterrupts_hook
Дата
Msg-id 4156078.1616181945@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH] ProcessInterrupts_hook  (David Steele <david@pgmasters.net>)
Ответы Re: [PATCH] ProcessInterrupts_hook  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
David Steele <david@pgmasters.net> writes:
> On 1/19/21 1:42 AM, Craig Ringer wrote:
>> My suggestion, which I'm happy to post in patch form if you think it's
>> reasonable <snip>

> Tom, Robert, and thoughts on the proposals in [1]?
> https://www.postgresql.org/message-id/CAGRY4nyNfscmQiZBCNT7cBYnQxJLAAVCGz%2BGZAQDAco1Fbb01w%40mail.gmail.com

No objection to generalizing the state passed through pmsignal.c.

I'm not very comfortable about the idea of having the postmaster set
child processes' latches ... that doesn't sound terribly safe from the
standpoint of not allowing the postmaster to mess with shared memory
state that could cause it to block or crash.  If we already do that
elsewhere, then OK, but I don't think we do.

            regards, tom lane



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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: [POC] verifying UTF-8 using SIMD instructions
Следующее
От: Mark Dilger
Дата:
Сообщение: Re: pglz compression performance, take two