pgsql: Move resowner from common JitContext to LLVM specific - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Move resowner from common JitContext to LLVM specific
Date
Msg-id E1sUiKC-000EzG-Lp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <andreas@proxel.se>
Discussion: https://www.postgresql.org/message-id/fd3a2a00-6605-4e30-a118-48418b478e6e@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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add more test coverage for jsonpath "$.*" with arrays
Next
From: Melanie Plageman
Date:
Subject: pgsql: Test that vacuum removes tuples older than OldestXmin