Re: casting operand to proper type in BlockIdGetBlockNumber

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: casting operand to proper type in BlockIdGetBlockNumber
Дата
Msg-id 3173838.1646324668@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
Список pgsql-hackers
Zhihong Yu <zyu@yugabyte.com> writes:
> On Thu, Mar 3, 2022 at 7:44 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Zhihong Yu <zyu@yugabyte.com> writes:
>>> In test output, I saw:
>>> src/backend/utils/adt/tid.c:112:16: runtime error: left shift of 65535 by
>>> 16 places cannot be represented in type 'int'

> Jenkins build is alma8-clang12-asan

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?

(I think the code is indeed incorrect, but I'm wondering why this hasn't
been reported before.  It's been like that for a long time.)

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [Proposal] Global temporary tables
Следующее
От: Joshua Brindle
Дата:
Сообщение: Re: [PATCH v2] use has_privs_for_role for predefined roles