jit: Reference function pointer types via llvmjit_types.c.

It is error prone (see 5da871bfa1b) and verbose to manually create function
types. Add a helper that can reference a function pointer type via
llvmjit_types.c and and convert existing instances of manual creation.

Author: Andres Freund <[email protected]>
Reviewed-By: Tom Lane <[email protected]>
Discussion: 
https://postgr.es/m/[email protected]

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df99ddc70b971a991c5111a33f2f08bd7945d5c2

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c       | 95 ++++++++++++++++++++++--------------
src/backend/jit/llvm/llvmjit_expr.c  | 33 +++----------
src/backend/jit/llvm/llvmjit_types.c |  2 +
src/include/jit/llvmjit.h            |  2 +
4 files changed, 69 insertions(+), 63 deletions(-)

Reply via email to