Re: casting operand to proper type in BlockIdGetBlockNumber

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: casting operand to proper type in BlockIdGetBlockNumber
Дата
Msg-id 3203868.1646327620@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: casting operand to proper type in BlockIdGetBlockNumber  (Zhihong Yu <zyu@yugabyte.com>)
Ответы Re: casting operand to proper type in BlockIdGetBlockNumber  (Zhihong Yu <zyu@yugabyte.com>)
Re: casting operand to proper type in BlockIdGetBlockNumber  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Zhihong Yu <zyu@yugabyte.com> writes:
> On Thu, Mar 3, 2022 at 8:24 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Oh, I misread this as a compile-time warning, but it must be from ASAN.
>> Was the test case one of your own, or just our normal regression tests?

> The Jenkins test is ported from contrib/postgres_fdw/sql/postgres_fdw.sql -
> so theoretically PG would see the same error for clang12 on Alma.

Hmph.  I tried enabling -fsanitize=undefined here, and I get some
complaints about passing null pointers to memcmp and the like, but
nothing about this shift (tested with clang 12.0.1 on RHEL8 as well
as clang 13.0.0 on Fedora 35).  What compiler switches are being
used exactly?

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: pg_walinspect - a new extension to get raw WAL data and WAL stats
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Add 64-bit XIDs into PostgreSQL 15