Re: llvm dependency and space concerns

From: Jeremy Schneider <schneider(at)ardentperf(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: llvm dependency and space concerns
Date: 2025-01-12 02:37:09
Message-ID: 20250111183709.4691fd17@ardentperf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 11 Jan 2025 19:03:43 -0500
Andres Freund <andres(at)anarazel(dot)de> wrote:

> If llvmjit.so isn't available, jit is silently disabled.

Thanks - this is exactly the bit I wasn't sure about. The reason I came
to the hackers list is because I thought this wasn't the case. Normally
I don't delete arbitrary files after building postgres, and expect
postgres to continue working :) Very happy to learn it works this way!

Also thanks to Christoph Moench-Tegeder who pointed out in the other
email that the PGDG rpm packagers already split LLVM out to a separate
package, so it's already been done over there.

-Jeremy

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-01-12 03:56:48 Re: ecpg command does not warn COPY ... FROM STDIN;
Previous Message David Rowley 2025-01-12 01:54:51 Re: Reduce TupleHashEntryData struct size by half