From e85721328181a46d7e96ef3045669ac21328fed5 Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Fri, 25 Nov 2022 18:33:27 +0900 Subject: [PATCH] Allow to variable PG_CONFIG together with make command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 254b4c0..151567d 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1. REGRESS = pg_ivm create_immv refresh_immv -PG_CONFIG = pg_config +PG_CONFIG ?= pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS)