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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.
Дата
Msg-id E1fhSOV-0001lX-3i@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e9a9843e1380c42a22fe5a89229afa98f1668ef3

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: LLVMJIT: Adapt to API changes in gdb and perf support.