We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e84f9f + e85e5bf commit 61b2bebCopy full SHA for 61b2beb
Makefile
@@ -2,7 +2,7 @@ EXTENSION = pg_partman
2
EXTVERSION = $(shell grep default_version $(EXTENSION).control | \
3
sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")
4
5
-PG_CONFIG = pg_config
+PG_CONFIG ?= pg_config
6
PG_VER = $(shell $(PG_CONFIG) --version | sed "s/^[^ ]* \([0-9]*\).*$$/\1/" 2>/dev/null)
7
8
PG_VER_min = 14
0 commit comments