Re: pgsql: Use SIGURG rather than SIGUSR1 for latches.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgsql: Use SIGURG rather than SIGUSR1 for latches.
Дата
Msg-id CA+hUKG++4qXP3oWfN5MT58TD-NMJuzmseRFE-yPc_CeJiJMVyg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Use SIGURG rather than SIGUSR1 for latches.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Use SIGURG rather than SIGUSR1 for latches.  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-committers
On Thu, Apr 15, 2021 at 2:26 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> It's possible that that argument doesn't apply to the way SIGURG is used
> in this patch, but I don't see a good reason to ignore the convention of
> setting up the handler this way.

Yeah, will fix.  I don't think there is a bug here given the way
latches use shared memory flags, but it might as well be consistent.



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Simplify example of HISTFILE for psql
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: doc: Add missing COMPRESSION into CREATE TABLE synopsis.