From 49bfe6750d6b1709226708808830251dddf93414 Mon Sep 17 00:00:00 2001 From: Sravan Velagandula Date: Thu, 9 Mar 2023 08:18:43 -0500 Subject: [PATCH v1] fix archive module compilation error --- src/include/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/Makefile b/src/include/Makefile index 7472cd5e01..56576dcf5c 100644 --- a/src/include/Makefile +++ b/src/include/Makefile @@ -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 \ -- 2.38.1