Re: LLVM jit and matview

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: LLVM jit and matview
Date: 2018-07-25 05:48:57
Message-ID: 20180725054857.GB6660@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Tue, Jul 24, 2018 at 07:49:56PM -0700, Andres Freund wrote:
> FWIW, this doesn't crash for me, using a trunk checkout for LLVM. I'll
> try older ones, as soon as they finish rebuilding. But perhaps you could
> re-verify that this still is an issue on recent PG checkouts? And which
> version of LLVM are you guys using?

One of your recent fixes has visibly taken take of the issue (I am too
lazy to check which one). I am using llvm 6.0 with Debian SID as far as
I know, configure links to stuff in /usr/lib/llvm-6.0/.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Munro 2018-07-25 09:55:57 Re: BUG #15290: Stuck Parallel Index Scan query
Previous Message Amit Kapila 2018-07-25 05:46:55 Re: BUG #15290: Stuck Parallel Index Scan query

Browse pgsql-hackers by date

  From Date Subject
Next Message Nico Williams 2018-07-25 05:56:48 Re: How can we submit code patches that implement our (pending) patents?
Previous Message David Fetter 2018-07-25 05:42:37 Re: Early WIP/PoC for inlining CTEs