pgsql: Move resowner from common JitContext to LLVM specific

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move resowner from common JitContext to LLVM specific
Date: 2024-07-19 07:46:44
Message-ID: E1sUiKC-000EzG-Lp@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)proxel(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2024-07-19 16:15:25 pgsql: Ensure vacuum removes all visibly dead tuples older than OldestX
Previous Message Michael Paquier 2024-07-19 05:18:25 pgsql: Add more test coverage for jsonpath "$.*" with arrays