From fd99e0fbc4174ce2963091c73ed93a01b087a63c Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 18 Nov 2022 09:10:32 +0200 Subject: [PATCH] Build pg_prewrm extension (#2794) --- Makefile | 4 ++++ vendor/postgres-v14 | 2 +- vendor/postgres-v15 | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4b7d349b00..4711dc1c7d 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,8 @@ postgres-v14: postgres-v14-configure \ $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v14 MAKELEVEL=0 install +@echo "Compiling libpq v14" $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v14/src/interfaces/libpq install + +@echo "Compiling pg_prewarm v14" + $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v14/contrib/pg_prewarm install +@echo "Compiling pg_buffercache v14" $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v14/contrib/pg_buffercache install +@echo "Compiling pageinspect v14" @@ -125,6 +127,8 @@ postgres-v15: postgres-v15-configure \ $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v15 MAKELEVEL=0 install +@echo "Compiling libpq v15" $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v15/src/interfaces/libpq install + +@echo "Compiling pg_prewarm v15" + $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v15/contrib/pg_prewarm install +@echo "Compiling pg_buffercache v15" $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v15/contrib/pg_buffercache install +@echo "Compiling pageinspect v15" diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index cd0693e2be..360ff1c637 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit cd0693e2be224bedfa0b61f9c5e2ff4cd88eec2c +Subproject commit 360ff1c637a57d351a7a5a391d8e8afd8fde8c3a diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 1bf5e3f53c..d31b3f7c6d 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 1bf5e3f53cbb2f5b569ed2da6d014c245841c24e +Subproject commit d31b3f7c6d108e52c8bb11e812ce4e266501ea3d