Re: JIT works only partially with meson build? - Mailing list pgsql-hackers

From David Rowley
Subject Re: JIT works only partially with meson build?
Date
Msg-id CAApHDvpGYzFows6Yc2j1XUEP-rFegMwA1tMkw-_DSuk0Opo7zw@mail.gmail.com
Whole thread Raw
In response to JIT works only partially with meson build?  (Yugo Nagata <nagata@sraoss.co.jp>)
List pgsql-hackers
On Mon, 26 May 2025 at 18:08, Yugo Nagata <nagata@sraoss.co.jp> wrote:
> While building PostgreSQL 17 on Windows, I noticed bitcode files (.bc) are not
> generated with meson. Does this means that "inlining" of JIT doesn't
> work when PostgreSQL is build with meson?

Yes.  I believe [1] aims to fix this.

David

[1] https://commitfest.postgresql.org/patch/5671/



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Slot's restart_lsn may point to removed WAL segment after hard restart unexpectedly
Next
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Conflict detection for update_deleted in logical replication