Hi, On 2019-02-10 01:45:58 -0500, Tom Lane wrote: > Andres Freund <[email protected]> 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
