Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5c11867

Browse files
committed
Install JIT related headers.
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
1 parent e6799d5 commit 5c11867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
1818

1919
# Subdirectories containing installable headers
2020
SUBDIRS = access bootstrap catalog commands common datatype \
21-
executor fe_utils foreign \
21+
executor fe_utils foreign jit \
2222
lib libpq mb nodes optimizer parser partitioning postmaster \
2323
regex replication rewrite \
2424
statistics storage tcop snowball snowball/libstemmer tsearch \

0 commit comments

Comments
 (0)