diff options
author | Andres Freund <andres@anarazel.de> | 2020-02-06 22:13:52 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2020-02-06 22:29:14 -0800 |
commit | b059d2f45685a946da061ee15692fa306bd67f12 (patch) | |
tree | e25766aa5b1d63796236c8c3a8e17e7be94531fe /src/backend/executor/nodeTidscan.c | |
parent | c4f3b63caba02b087519d58cb9bf4990b9c8ec45 (diff) | |
download | postgresql-b059d2f45685a946da061ee15692fa306bd67f12.tar.gz postgresql-b059d2f45685a946da061ee15692fa306bd67f12.zip |
jit: Reference expression step functions via llvmjit_types.
The main benefit of doing so is that this allows llvm to ensure that
types match - previously that'd only be detected by a crash within the
called function. There were a number of cases where we passed a
superfluous parameter...
To avoid needing to add all the functions to llvmjit.{c,h}, instead
get them from the llvm module for llvmjit_types.c. Also use that for
the functions from llvmjit_types already in llvmjit.h.
Author: Soumyadeep Chakraborty and Andres Freund
Discussion: https://postgr.es/m/CADwEdooww3wZv-sXSfatzFRwMuwa186LyTwkBfwEW6NjtooBPA@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeTidscan.c')
0 files changed, 0 insertions, 0 deletions