mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
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
This commit is contained in:
parent
012ee84259
commit
6ad5793a49
@ -17,7 +17,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
|
|||||||
|
|
||||||
|
|
||||||
# Subdirectories containing installable headers
|
# Subdirectories containing installable headers
|
||||||
SUBDIRS = access bootstrap catalog commands common datatype \
|
SUBDIRS = access archive bootstrap catalog commands common datatype \
|
||||||
executor fe_utils foreign jit \
|
executor fe_utils foreign jit \
|
||||||
lib libpq mb nodes optimizer parser partitioning postmaster \
|
lib libpq mb nodes optimizer parser partitioning postmaster \
|
||||||
regex replication rewrite \
|
regex replication rewrite \
|
||||||
|
@ -129,6 +129,7 @@ subdir('utils')
|
|||||||
|
|
||||||
header_subdirs = [
|
header_subdirs = [
|
||||||
'access',
|
'access',
|
||||||
|
'archive',
|
||||||
'catalog',
|
'catalog',
|
||||||
'bootstrap',
|
'bootstrap',
|
||||||
'commands',
|
'commands',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user