Re: JIT works only partially with meson build?

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: JIT works only partially with meson build?
Date: 2025-06-27 07:19:59
Message-ID: 20250627161959.217df60b49a460e837275e51@sraoss.co.jp
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 26 May 2025 19:17:53 +1200
David Rowley <dgrowleyml(at)gmail(dot)com> wrote:

> On Mon, 26 May 2025 at 18:08, Yugo Nagata <nagata(at)sraoss(dot)co(dot)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/

Thank you for the clarification.

I've attached a patch to update the documentation.
I believe it's worth stating this explicitly, since the fix will not be
applied until at the earliest PostgreSQL 19.

Regards,
Yugo Nagata

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

Attachment Content-Type Size
fix_doc_jit_meson.patch text/x-diff 1.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message sundayjiang (蒋浩天) 2025-06-27 07:32:55 [PATCH] Prevent replacement of a function if it's used in an index expression and is not IMMUTABLE
Previous Message jian he 2025-06-27 07:14:38 Re: speedup COPY TO for partitioned table.