We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012ee84 commit 6ad5793Copy full SHA for 6ad5793
src/include/Makefile
@@ -17,7 +17,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
17
18
19
# Subdirectories containing installable headers
20
-SUBDIRS = access bootstrap catalog commands common datatype \
+SUBDIRS = access archive bootstrap catalog commands common datatype \
21
executor fe_utils foreign jit \
22
lib libpq mb nodes optimizer parser partitioning postmaster \
23
regex replication rewrite \
src/include/meson.build
@@ -129,6 +129,7 @@ subdir('utils')
129
130
header_subdirs = [
131
'access',
132
+ 'archive',
133
'catalog',
134
'bootstrap',
135
'commands',
0 commit comments