Re: llvm dependency and space concerns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeremy Schneider <schneider(at)ardentperf(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: llvm dependency and space concerns
Date: 2025-01-11 21:14:19
Message-ID: 153692.1736630059@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeremy Schneider <schneider(at)ardentperf(dot)com> writes:
> Given the large number of bytes that LLVM pulls into a postgres build,
> I think it would be a good idea to have the ability to split it into a
> separate [recommended, but optional] package.

Build without --with-llvm. Alternatively, split lib/llvmjit.so and
lib/bitcode/ into a separate package. These are matters for packagers
not the core project ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeremy Schneider 2025-01-11 21:22:39 Re: llvm dependency and space concerns
Previous Message Shayon Mukherjee 2025-01-11 21:10:18 Re: Proposal to Enable/Disable Index using ALTER INDEX (with patch)