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

Andres Freund <andres@anarazel.de>

Commit: 1b957e59b92dc44c14708762f882d7910463a9ac
Author: Andres Freund <andres@anarazel.de>
Date: 2018-07-23T04:16:00Z
Releases: 11.0
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.

Files

PathChange+/−
config/llvm.m4 modified +2 −1
configure modified +11 −10
src/backend/jit/llvm/llvmjit.c modified +11 −6
src/include/pg_config.h.in modified +8 −8
src/include/pg_config.h.win32 modified +8 −8