Re: JIT works only partially with meson build?

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: shihao zhong <zhong950419(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, David Rowley <dgrowleyml(at)gmail(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: JIT works only partially with meson build?
Date: 2026-09-18 16:10:04
Message-ID: 20260919011004.01155d9c7a23ea701db1bc15@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 18 Sep 2026 21:00:20 +0900
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:

> Hi Shihao,
>
> On Thu, 17 Sep 2026 22:13:02 -0400
> shihao zhong <zhong950419(at)gmail(dot)com> wrote:
>
> > Hi Yugo,
> >
> > cfbot fails because v2 is a plain diff, and git am cannot apply it.
> > Attached v3 is the same change made with git format-patch, plus a
> > commit message. It applies to master and REL_16_STABLE through
> > REL_19_STABLE.
> >
> > One suggestion: EXPLAIN still shows "Inlining: true" in this case,
> > since it only checks PGJIT_INLINE. Maybe the note should say so.
>
> Thak you for updating the patch.
> I've attached an updated path incorporating your suggestion.

It may be unnecessary once the LLVM bitcode emission patches [1] are
committed, though.

[1] https://www.postgresql.org/message-id/flat/CAN55FZ26ohMftt20NUtVAxU8Feqjhz-jEfUvFKATYEaRR%2Bxmqg%40mail.gmail.com#a7b90ab42f2c38fcddca74f063741c9d

Regards,
Yugo Nagata

--
Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ayush Tiwari 2026-09-18 16:25:54 Re: Unprocessed SubLink from whole-row join alias expansion
Previous Message Marko Grujic 2026-09-18 16:02:26 Temp schema drop leaves an inconsistent state behind