Re: llvm dependency and space concerns
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jeremy Schneider <schneider@ardentperf.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-01-11T21:14:19Z
Lists: pgsql-hackers
Jeremy Schneider <schneider@ardentperf.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