]> granicus.if.org Git - postgresql/commit
LLVMJIT: Adapt to API changes in gdb and perf support.
authorAndres Freund <andres@anarazel.de>
Mon, 23 Jul 2018 04:13:20 +0000 (21:13 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 23 Jul 2018 04:16:00 +0000 (21:16 -0700)
commit1b957e59b92dc44c14708762f882d7910463a9ac
tree47ee17b0871dca6837b8afa6d94e6c1c32959656
parent9820f5c41edfd17abc4faab80e54bbd933817d01
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.
config/llvm.m4
configure
src/backend/jit/llvm/llvmjit.c
src/include/pg_config.h.in
src/include/pg_config.h.win32