Re: pgsql: Add expression compilation support to LLVM JIT provider.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add expression compilation support to LLVM JIT provider.
Date: 2018-03-22 21:54:18
Message-ID: 20180322215418.asrkoh3b4s6l3zzg@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2018-03-22 21:50:32 +0000, Andres Freund wrote:
> Disable JITing for VALUES() nodes.
>
> VALUES() nodes are only ever executed once. This is primarily helpful
> for debugging, when forcing JITing even for cheap queries.
>
> Author: Andres Freund
> Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de

Sorry for leaving that in the commit message, I'd gone back and forth
between leaving this as a separate commit once too often.

- Andres

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-22 22:20:22 Re: pgsql: Debugging and profiling support for LLVM JIT provider.
Previous Message Andres Freund 2018-03-22 21:50:32 pgsql: Add expression compilation support to LLVM JIT provider.