Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining
Дата
Msg-id 3469A042-A3EB-4483-831D-0D8815D4EF41@yesql.se
обсуждение исходный текст
Ответ на Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-committers
> On 19 Nov 2023, at 17:05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> 
> Daniel Gustafsson <dgustafsson@postgresql.org> writes:
>> llvmjit: Use explicit LLVMContextRef for inlining
> 
> It looks like the v12 back-port of this wasn't quite right:
> canebrake and urutu have both been showing assertion failures
> down inside LLVMContextDispose since it went in.  They aren't
> complaining about v13 and later, though.

Ugh, I had missed these =/ Thanks for the heads up!

> No idea what the cause may be, but perhaps the right answer
> is just to revert this and not try to fix the bug in v12?

I'll have a look with fresh eyes in the morning, and hopefully it will be
fixable.  If it get's messy it's quite possible that skipping v12 is the best
option.

--
Daniel Gustafsson




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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Lock table in DROP STATISTICS
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Prevent overflow for block number in buffile.c