Include headers of archive/ in installation
authorMichael Paquier <michael@paquier.xyz>
Fri, 10 Mar 2023 11:08:10 +0000 (20:08 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 10 Mar 2023 11:08:10 +0000 (20:08 +0900)
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

src/include/Makefile
src/include/meson.build

index 7472cd5e015aa0db60ad19a652694e0479918910..56576dcf5c9f9ea991ba1d2e836ce2cbb51d79e8 100644 (file)
@@ -17,7 +17,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
 
 
 # Subdirectories containing installable headers
-SUBDIRS = access bootstrap catalog commands common datatype \
+SUBDIRS = access archive bootstrap catalog commands common datatype \
    executor fe_utils foreign jit \
    lib libpq mb nodes optimizer parser partitioning postmaster \
    regex replication rewrite \
index 51ad06cecb7737b153f3a9cd8ec1495e30d0d584..33c0a5562c60ae36948d48ad08ca25441783a037 100644 (file)
@@ -129,6 +129,7 @@ subdir('utils')
 
 header_subdirs = [
   'access',
+  'archive',
   'catalog',
   'bootstrap',
   'commands',