pgsql: Debugging and profiling support for LLVM JIT provider.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Debugging and profiling support for LLVM JIT provider.
Дата
Msg-id E1ez5Y3-0008Ie-3C@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Debugging and profiling support for LLVM JIT provider.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Debugging and profiling support for LLVM JIT provider.

This currently requires patches to the LLVM codebase to be
effective (submitted upstream), the GUCs are available without those
patches however.

Author: Andres Freund
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/250bca7fc145b143d5e9aeeca66f0bb36cf4d5ef

Modified Files
--------------
src/backend/jit/jit.c          |  2 ++
src/backend/jit/llvm/llvmjit.c | 36 ++++++++++++++++++++++++++++++++++++
src/backend/utils/misc/guc.c   | 32 ++++++++++++++++++++++++++++++++
src/include/jit/jit.h          |  2 ++
4 files changed, 72 insertions(+)


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

Предыдущее
От: Ildar Musin
Дата:
Сообщение: Re: pgsql: Add general purpose hasing functions to pgbench.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Sync up our various ways of estimating pg_class.reltuples.