From 7bae3d75d35c320c648702265c6bfebf1b3601ac Mon Sep 17 00:00:00 2001 From: Anastasia Lubennikova Date: Thu, 29 Sep 2022 12:59:39 +0300 Subject: [PATCH] Add pg_query_state to Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 822f1eafc4..87dd734376 100644 --- a/Makefile +++ b/Makefile @@ -126,6 +126,11 @@ pg_stat_statements-v14: postgres-v14-configure +@echo "Compiling pg_stat_statements v14" $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v14/contrib/pg_stat_statements install +.PHONY: pg_query_state-v14 +pg_query_state-v14: postgres-v14-configure + +@echo "Compiling pg_query_state v14" + $(MAKE) -C $(POSTGRES_INSTALL_DIR)/build/v14/contrib/pg_query_state install + .PHONY: postgres-v15 postgres-v15: postgres-v15-configure \ postgres-v15-headers # to prevent `make install` conflicts with neon's `postgres-headers`