Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining
Дата
Msg-id 1106876.1700409912@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: llvmjit: Use explicit LLVMContextRef for inlining  (Daniel Gustafsson <dgustafsson@postgresql.org>)
Ответы Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-committers
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.

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?

            regards, tom lane



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix typo in person's name.
Следующее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Lock table in DROP STATISTICS