Re: [IBM z Systems] Getting server crash when jit_above_cost =0 - Mailing list pgsql-hackers

From tushar
Subject Re: [IBM z Systems] Getting server crash when jit_above_cost =0
Date
Msg-id 7ae5cbe7-d6c4-bb08-70fa-7b806f6047b0@enterprisedb.com
Whole thread Raw
In response to Re: [IBM z Systems] Getting server crash when jit_above_cost =0  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On 4/22/20 2:40 AM, Thomas Munro wrote:
> I'm not sure if you're seeing the same problem or another similar one,
> but I know that Andres got a patch along those lines into llvm.  Maybe
> you could try on a more recent llvm release?
Thanks a lot Thomas. it is working fine with llvm-toolset-7.0. look 
like  issue is with llvm-toolset-6.0 .
Yesterday when we installed llvm-toolset-7  (yum install 
llvm-toolset-7.0), there was no llvm-config available under 
/opt/rh/llvm-toolset-7.0/root/usr/bin/
so we ,chosen  llvm-toolset-6 with PG v12.
today , we again fired this same yum command using asterisk , now all 
the required file have been placed under llvm-toolset-7 directory and 
things look fine.

-- 
regards,tushar
EnterpriseDB  https://www.enterprisedb.com/
The Enterprise PostgreSQL Company




pgsql-hackers by date:

Previous
From: tushar
Date:
Subject: [IBM z Systems] Rpm package issues.
Next
From: Eugen Konkov
Date:
Subject: Re: [PATCH] distinct aggregates within a window function WIP