Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining
Date
Msg-id 1106876.1700409912@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: llvmjit: Use explicit LLVMContextRef for inlining  (Daniel Gustafsson <dgustafsson@postgresql.org>)
Responses Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix typo in person's name.
Next
From: Tomas Vondra
Date:
Subject: pgsql: Lock table in DROP STATISTICS