Re: Disable LLVM bitcode generation with pgxs.mk framework.

From: Xing Guo <higuoxing(at)gmail(dot)com>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Disable LLVM bitcode generation with pgxs.mk framework.
Date: 2024-03-13 00:01:31
Message-ID: CACpMh+C6g8PBWuWd3h-84PQfgYqPnO=rdWZ1tD6s0WGEZuEhHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Tue, Mar 12, 2024 at 10:40 PM Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
>
> > On 12 Mar 2024, at 14:38, Xing Guo <higuoxing(at)gmail(dot)com> wrote:
>
> > Would it be possible to add a new switch in the pgxs.mk framework to
> > allow users to disable this feature?
>
> Something like that doesn't seem unreasonable I think.

Thanks.

I added a new option NO_LLVM_BITCODE to pgxs. I'm not sure if the name
is appropriate.

> --
> Daniel Gustafsson
>

Attachment Content-Type Size
v1-0001-Add-NO_LLVM_BITCODE-option-to-pgxs.patch text/x-patch 2.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Steele 2024-03-13 00:12:28 Re: Add basic tests for the low-level backup method.
Previous Message Sutou Kouhei 2024-03-12 23:56:38 Re: meson: Specify -Wformat as a common warning flag for extensions