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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add file containing extensions of the LLVM C API.
Date: 2018-03-22 03:03:11
Message-ID: E1eyqVT-0005tJ-EB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2018-03-22 09:42:05 pgsql: Improve ANALYZE's strategy for finding MCVs.
Previous Message Andres Freund 2018-03-22 02:30:44 pgsql: Empty CXXFLAGS inherited from autoconf.