WIP: JIT compile expression.
authorAndres Freund <andres@anarazel.de>
Thu, 31 Aug 2017 21:26:02 +0000 (14:26 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 1 Sep 2017 06:22:35 +0000 (23:22 -0700)
commita75729ca7b46d7e2cdaa97bf4269d459e36fe655
treea007d655088695e8f06d1ef0cf74bed934cc864e
parentf0f4766679abcd55fbb117abfc97ccebf0522c80
WIP: JIT compile expression.
src/backend/executor/Makefile
src/backend/executor/execExpr.c
src/backend/executor/execExprCompile.c [new file with mode: 0644]
src/backend/utils/fmgr/fmgr.c
src/backend/utils/misc/guc.c
src/include/executor/execExpr.h
src/include/executor/executor.h
src/include/lib/llvmjit.h
src/include/utils/fmgrtab.h