Re: Simplifying our Trap/Assert infrastructure

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Simplifying our Trap/Assert infrastructure
Дата
Msg-id Y18RCGE+Lyl07HyN@paquier.xyz
обсуждение исходный текст
Ответ на Re: Simplifying our Trap/Assert infrastructure  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: Simplifying our Trap/Assert infrastructure  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
On Fri, Oct 28, 2022 at 09:36:23AM +0200, Peter Eisentraut wrote:
> Would there be a use for that?  It's currently only used in the atomics
> code.

Yep, but they would not trigger when using atomics in the frontend
code.  We don't have any use for that in core on HEAD, still that
could be useful for some external frontend code?  Please see the
attached.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?
Следующее
От: Peter Smith
Дата:
Сообщение: Re: GUC values - recommended way to declare the C variables?