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

Commit 4d64abc

Browse files
committed
List src/include/partitioning in src/include/Makefile
This omission prevented partitioning header files from being installed. Per buildfarm member crake.
1 parent da6f3e4 commit 4d64abc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
1919
# Subdirectories containing installable headers
2020
SUBDIRS = access bootstrap catalog commands common datatype \
2121
executor fe_utils foreign \
22-
lib libpq mb nodes optimizer parser postmaster regex replication \
23-
rewrite statistics storage tcop snowball snowball/libstemmer tsearch \
22+
lib libpq mb nodes optimizer parser partitioning postmaster \
23+
regex replication rewrite \
24+
statistics storage tcop snowball snowball/libstemmer tsearch \
2425
tsearch/dicts utils port port/atomics port/win32 port/win32_msvc \
2526
port/win32_msvc/sys port/win32/arpa port/win32/netinet \
2627
port/win32/sys portability

0 commit comments

Comments
 (0)