Re: pgsql: Use better comment marker in Autoconf input - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Use better comment marker in Autoconf input
Date
Msg-id 20190210082222.g7seqe66nym3qbts@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Use better comment marker in Autoconf input  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Use better comment marker in Autoconf input  (Thomas Munro <munro@ip9.org>)
List pgsql-committers
Hi,

On 2019-02-10 01:45:58 -0500, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > On 2019-02-09 14:57:27 +0000, Peter Eisentraut wrote:
> > I'd for a minute just put this down
> > to an independent upgrade on the animal, but the other branches still
> > build fine.
> 
> The error seems to be a library version mismatch, which sure looks
> like a busted software upgrade.  But you have a darn good point:
> if that's the problem, why didn't v11 break too?

After a few coffees it's clear why: In v11, we have jit=0. As LLVM is
loaded on-demand, we'll not see errors in v11.

Greetings,

Andres Freund


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Use better comment marker in Autoconf input
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix trigger drop procedure