diff options
author | Andres Freund <andres@anarazel.de> | 2018-03-22 22:15:51 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-03-22 22:15:51 -0700 |
commit | 2111a48a0c5e5198a68cba0c8fb82c4f61be5928 (patch) | |
tree | 9023a35057ba617c55ff67d8648901bdf6b5b62e /src/tutorial/funcs.c | |
parent | fdb78948d89b5cc018e3dbf851fafd1652cb5921 (diff) | |
download | postgresql-2111a48a0c5e5198a68cba0c8fb82c4f61be5928.tar.gz postgresql-2111a48a0c5e5198a68cba0c8fb82c4f61be5928.zip |
Adapt expression JIT to stdbool.h introduction.
The LLVM JIT provider uses clang to synchronize types between normal C
code and runtime generated code. Clang represents stdbool.h style
booleans in return values & parameters differently from booleans
stored in variables.
Thus the expression compilation code from 2a0faed9d needs to be
adapted to 9a95a77d9. Instead of hardcoding i8 as the type for
booleans (which already was wrong on some edge case platforms!), use
postgres' notion of a boolean as used for storage and for parameters.
Per buildfarm animal xenodermus.
Author: Andres Freund
Diffstat (limited to 'src/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions