Re: llvm dependency and space concerns - Mailing list pgsql-hackers

From Andres Freund
Subject Re: llvm dependency and space concerns
Date
Msg-id boczjsrcsl2nptwpe2spjgpct6pqnytk4qlpum64f3xepswnpz@pk6a3ch2ckmz
Whole thread Raw
In response to Re: llvm dependency and space concerns  (Jeremy Schneider <schneider@ardentperf.com>)
Responses Re: llvm dependency and space concerns
List pgsql-hackers
Hi,

On 2025-01-11 13:22:39 -0800, Jeremy Schneider wrote:
> It's a cleaner solution if JIT works more like an extension, and we can
> run a single build and split JIT into a separate package.

It does work like that. Only llvmjit.so has the llvm dependency, the main
postgres binary doesn't link to llvm. If llvmjit.so isn't available, jit is
silently disabled.

Andres



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Adjusting hash join memory limit to handle batch explosion
Next
From: Noah Misch
Date:
Subject: Re: Recovering from detoast-related catcache invalidations