diff options
author | Thomas Munro <tmunro@postgresql.org> | 2023-10-19 03:01:55 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2023-10-19 03:03:27 +1300 |
commit | b2e0977886630b2bf749937fd694f0c3c1392210 (patch) | |
tree | 65c92d59c62d9ce7afba4987ad7fd2f20091c72e /src/backend/executor/nodeModifyTable.c | |
parent | eed1feb3fee1a558b67b04cbd709f31142f071d5 (diff) | |
download | postgresql-b2e0977886630b2bf749937fd694f0c3c1392210.tar.gz postgresql-b2e0977886630b2bf749937fd694f0c3c1392210.zip |
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Commit 37d5babb used this C API function while adding support for LLVM
16 and opaque pointers, but it's not available in LLVM 7 and older.
Provide it in our own llvmjit_wrap.cpp. It just calls a C++ function
that pre-dates LLVM 3.9, our minimum target.
Back-patch to 12, like 37d5babb.
Discussion: https://postgr.es/m/CA%2BhUKGKnLnJnWrkr%3D4mSGhE5FuTK55FY15uULR7%3Dzzc%3DwX4Nqw%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions