Re: PG11 jit failing on ppc64el

From: Andres Freund <andres(at)anarazel(dot)de>
To: Christoph Berg <myon(at)debian(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG11 jit failing on ppc64el
Date: 2018-05-22 15:11:01
Message-ID: 20180522151101.drsbh6p7ltxpmn65@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2018-05-22 16:33:57 +0200, Christoph Berg wrote:
> PG 11 beta1 is failing on ppc64el. All Debian/Ubuntu releases except
> Jessie are affected. My guess is on problems with llvm/jit, because of
> the C++ style error message (and LLVM is disabled on Jessie).

It was bug in LLVM that's fixed now. I guess you can either disable jit
on arm or ask the LLVM maintainer to backport it...

r328687 - but the expanded tests created a few problems (windows mainly,
but somewhere else too), so I'd just backport the actual code change.

- Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Dolgov 2018-05-22 15:37:28 Re: Postgres, fsync, and OSs (specifically linux)
Previous Message David Rowley 2018-05-22 14:41:34 COPY FROM WITH HEADER skips a tuple every 4 billion tuples