JIT works only partially with meson build?

From: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: JIT works only partially with meson build?
Date: 2025-05-26 06:08:20
Message-ID: 20250526150820.28ea70625645e0d6d12be7d5@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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?

If so, is it better to describe that in the meson build and JIT sections in the
documentation so that users and packagers would except JIT doesn't work in the same
way when built with meson and autoconf/make?

Regards,
Yugo Nagata

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nishant Sharma 2025-05-26 06:30:05 Re: on_error table, saving error info to a table
Previous Message Thomas Munro 2025-05-26 06:00:46 Re: Automatically sizing the IO worker pool