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

Commit 6ad5793

Browse files
committed
Include headers of archive/ in installation
These new headers have been recently added in 35739b8, but they were not installed. Sravan has provided the patch for configure/make, while I have fixed the meson part. Author: Sravan Kumar, Michael Paquier Discussion: https://postgr.es/m/CA+=NbjguiQy-MbVqfQ-jQ=2Fcmx3Zs36OkKb-vjt28jMTG0OOg@mail.gmail.com
1 parent 012ee84 commit 6ad5793

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/include/Makefile

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

1818

1919
# Subdirectories containing installable headers
20-
SUBDIRS = access bootstrap catalog commands common datatype \
20+
SUBDIRS = access archive bootstrap catalog commands common datatype \
2121
executor fe_utils foreign jit \
2222
lib libpq mb nodes optimizer parser partitioning postmaster \
2323
regex replication rewrite \

src/include/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ subdir('utils')
129129

130130
header_subdirs = [
131131
'access',
132+
'archive',
132133
'catalog',
133134
'bootstrap',
134135
'commands',

0 commit comments

Comments
 (0)