Move resowner from common JitContext to LLVM specific Only the LLVM specific code uses it since resource owners were made extensible in commit b8bff07daa85c837a2747b4d35cd5a27e73fb7b2. This is new in v17, so backpatch there to keep the branches from diverging just yet.
Author: Andreas Karlsson <andr...@proxel.se> Discussion: https://www.postgresql.org/message-id/fd3a2a00-6605-4e30-a118-48418b478...@proxel.se Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/b0a8a7ddd3fbfcdd910b3ee8c7fc5e83d421bfeb Modified Files -------------- src/backend/jit/llvm/llvmjit.c | 10 +++++----- src/include/jit/jit.h | 2 -- src/include/jit/llvmjit.h | 3 +++ 3 files changed, 8 insertions(+), 7 deletions(-)