Re: Pointer subtraction with a null pointer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Pointer subtraction with a null pointer
Дата
Msg-id 51678.1648312664@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Pointer subtraction with a null pointer  (Andres Freund <andres@anarazel.de>)
Ответы Re: Pointer subtraction with a null pointer  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-03-26 12:13:12 -0400, Tom Lane wrote:
>> This code is old, but mylodon wasn't doing that a week ago, so
>> Andres must've updated the compiler and/or changed its options.

> Yep, updated it to clang 13. It's a warning present in 13, but not in 12.

OK, that answers that.

After more thought I agree that replacing these relptr_store calls
with something else would be the better solution.  I'll prepare a
patch.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] WIP aPatch: Pgbench Serialization and deadlock errors
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: pg_dump new feature: exporting functions only. Bad or good idea ?