Re: Failed assertion with jit enabled - Mailing list pgsql-hackers

From Bertrand Drouvot
Subject Re: Failed assertion with jit enabled
Date
Msg-id Z6Rc+lcVblzC0+wQ@ip-10-97-1-34.eu-west-3.compute.internal
Whole thread Raw
In response to Re: Failed assertion with jit enabled  (Álvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
Hi,

On Wed, Feb 05, 2025 at 06:58:54PM +0100, Álvaro Herrera wrote:
> On 2025-Feb-05, Bertrand Drouvot wrote:
> 
> > As a default I also always use "maintainer-clean" but it looks like it does not
> > remove llvmjit.so from the installation directory: is that a miss?
> 
> Hmm, "make uninstall" is supposed to remove things from the install
> directory, but maintainer-clean is not. 

Yeah, I can see that maintainer-clean does remove some stuff in the install
directory but is not exhaustive (so not a valid option).

> But if you first configure with
> different options and then run uninstall, then it won't remove the
> library you had installed previously.  Maybe what you really wanted was
> to zap the entire install directory.

Yeap, will do that now (as also suggested by Tom).

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Fix assert failure when decoding XLOG_PARAMETER_CHANGE on primary
Next
From: Bertrand Drouvot
Date:
Subject: Re: Show WAL write and fsync stats in pg_stat_io