Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: pgsql: llvmjit: Use explicit LLVMContextRef for inlining
Date: 2023-11-19 16:05:12
Message-ID: 1106876.1700409912@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Daniel Gustafsson <dgustafsson(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2023-11-19 20:05:48 pgsql: Lock table in DROP STATISTICS
Previous Message Noah Misch 2023-11-19 01:39:17 pgsql: Fix typo in person's name.