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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Add expression compilation support to LLVM JIT provider.
Дата
Msg-id 20180322215418.asrkoh3b4s6l3zzg@alap3.anarazel.de
обсуждение исходный текст
Ответ на pgsql: Add expression compilation support to LLVM JIT provider.  (Andres Freund <andres@anarazel.de>)
Список 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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Add FIELDNO_* macro designating offset into structs requiredfor
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Debugging and profiling support for LLVM JIT provider.