mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
Add pg_query_state to Makefile
This commit is contained in:
5
Makefile
5
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`
|
||||
|
||||
Reference in New Issue
Block a user