]> granicus.if.org Git - postgresql/commitdiff
Install JIT related headers.
authorAndres Freund <andres@anarazel.de>
Mon, 28 Jan 2019 21:51:12 +0000 (13:51 -0800)
committerAndres Freund <andres@anarazel.de>
Mon, 28 Jan 2019 21:51:12 +0000 (13:51 -0800)
There's no reason not to install these, and jit.h can be useful for
users of e.g. planner hooks.

Author: Donald Dong
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/296D405F-7F95-49F1-B565-389D6AA78505@csumb.edu
Backpatch: 11-, where JIT compilation was introduced

src/include/Makefile

index 6bdfd7db911ce5b6ed1bf8bd691aa2ca85fc7da7..c557375ae310f3dbfa3b8d6aa488890399a071c4 100644 (file)
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
 
 # Subdirectories containing installable headers
 SUBDIRS = access bootstrap catalog commands common datatype \
-       executor fe_utils foreign \
+       executor fe_utils foreign jit \
        lib libpq mb nodes optimizer parser partitioning postmaster \
        regex replication rewrite \
        statistics storage tcop snowball snowball/libstemmer tsearch \