pgsql: Add file containing extensions of the LLVM C API.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add file containing extensions of the LLVM C API.
Дата
Msg-id E1eyqVT-0005tJ-EB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add file containing extensions of the LLVM C API.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/31bc604e0b74805ff9e84a2d549ca82be665d0a6

Modified Files
--------------
src/backend/jit/llvm/Makefile         |  2 +-
src/backend/jit/llvm/llvmjit_wrap.cpp | 44 +++++++++++++++++++++++++++++++++++
src/include/jit/llvmjit.h             | 17 ++++++++++++++
3 files changed, 62 insertions(+), 1 deletion(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Basic JIT provider and error handling infrastructure.
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Improve ANALYZE's strategy for finding MCVs.