Re: Using WaitEventSet in the postmaster

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Using WaitEventSet in the postmaster
Дата
Msg-id CA+hUKGLMoeZNZY6gYdLUQmuoW_a8bKyLvtuZkd_zHcGVOfDzBA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using WaitEventSet in the postmaster  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: Using WaitEventSet in the postmaster
Re: Using WaitEventSet in the postmaster
Список pgsql-hackers
The nearby thread about searching for uses of volatile reminded me: we
can now drop a bunch of these in postmaster.c.  The patch I originally
wrote to do that as part of this series somehow morphed into an
experimental patch to nuke all global variables[1], but of course we
should at least drop the now redundant use of volatile and
sigatomic_t.  See attached.

[1]
https://www.postgresql.org/message-id/flat/CA%2BhUKGKH_RPAo%3DNgPfHKj--565aL1qiVpUGdWt1_pmJehY%2Bdmw%40mail.gmail.com

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Small omission in type_sanity.sql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Small omission in type_sanity.sql