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