pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.
Date: 2018-07-23 04:24:25
Message-ID: E1fhSOX-0001m1-4D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

LLVMJIT: Adapt to API changes in gdb and perf support.

During the work of upstreaming my previous patches for gdb and perf
support the API changed. Adapt. Normally this wouldn't necessarily be
something to backpatch, but the previous API wasn't upstream, and at
least the gdb support is quite useful for debugging.

Author: Andres Freund
Backpatch: 11, where LLVM based JIT support was added.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1b957e59b92dc44c14708762f882d7910463a9ac

Modified Files
--------------
config/llvm.m4 | 3 ++-
configure | 21 +++++++++++----------
src/backend/jit/llvm/llvmjit.c | 17 +++++++++++------
src/include/pg_config.h.in | 16 ++++++++--------
src/include/pg_config.h.win32 | 16 ++++++++--------
5 files changed, 40 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-07-23 16:03:10 pgsql: pgbench: Remove duplicate entries from table of builtin function
Previous Message Andres Freund 2018-07-23 04:24:23 pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.