Re: Simplifying our Trap/Assert infrastructure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Simplifying our Trap/Assert infrastructure
Дата
Msg-id 572ed6f8-a137-0a52-a35e-a48df95af6ed@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Simplifying our Trap/Assert infrastructure  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Simplifying our Trap/Assert infrastructure  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 27.10.22 09:23, Michael Paquier wrote:
> Agreed, even if extensions could use these, it looks like any
> out-of-core code using what's removed here would also gain in clarity.
> This is logically fine (except for an indentation blip in
> miscadmin.h?), so I have marked this entry as ready for committer.

committed

> Side note, rather unrelated to what's proposed here: would it be worth
> extending AssertPointerAlignment() for the frontend code?

Would there be a use for that?  It's currently only used in the atomics 
code.




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: psql: Add command to use extended query protocol
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?