Re: [PATCH] Fix build with LLVM 15 or above

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [PATCH] Fix build with LLVM 15 or above
Дата
Msg-id 20221003214131.zzbja6olxymazrzr@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: [PATCH] Fix build with LLVM 15 or above  (Andres Freund <andres@anarazel.de>)
Ответы Re: [PATCH] Fix build with LLVM 15 or above  (Zhihong Yu <zyu@yugabyte.com>)
Список pgsql-hackers
Hi,

On 2022-10-03 12:16:12 -0700, Andres Freund wrote:
> I haven't yet run through the whole regression test with an assert enabled
> llvm because an assert-enabled llvm is *SLOW*, but it got through the first
> few parallel groups ok.  Using an optimized llvm 15, all tests pass with
> PGOPTIONS=-cjit_above_cost=0.

That did pass. But to be able to use clang >= 15 one more piece is
needed. Updated patch attached.

Greetings,

Andres Freund

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: problems with making relfilenodes 56-bits
Следующее
От: Zhihong Yu
Дата:
Сообщение: Re: [PATCH] Fix build with LLVM 15 or above