Re: casting operand to proper type in BlockIdGetBlockNumber

Поиск
Список
Период
Сортировка
От Zhihong Yu
Тема Re: casting operand to proper type in BlockIdGetBlockNumber
Дата
Msg-id CALNJ-vThvO4iiYWq++uCg8yHO8Q+Md+c7yw+fHZjv5TDZ_sCFQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: casting operand to proper type in BlockIdGetBlockNumber  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: casting operand to proper type in BlockIdGetBlockNumber  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers


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'

What compiler is that?

                        regards, tom lane
Hi,
Jenkins build is alma8-clang12-asan

So it is clang12 on alma.

Cheers

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: casting operand to proper type in BlockIdGetBlockNumber
Следующее
От: Joshua Brindle
Дата:
Сообщение: Re: Proposal: Support custom authentication methods using hooks