]> 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:13:34 +0000 (21:13 -0700)
commite9a9843e1380c42a22fe5a89229afa98f1668ef3
tree836264d3b5c70f6cfdcab660dc33e698e91bbd66
parenta38b833a7ca41c9f68fbaebc93762627ea527c26
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