Skip to content

Commit 61b2beb

Browse files
committed
Merge branch 'master' of github.com:pgpartman/pg_partman
2 parents 2e84f9f + e85e5bf commit 61b2beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ EXTENSION = pg_partman
22
EXTVERSION = $(shell grep default_version $(EXTENSION).control | \
33
sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")
44

5-
PG_CONFIG = pg_config
5+
PG_CONFIG ?= pg_config
66
PG_VER = $(shell $(PG_CONFIG) --version | sed "s/^[^ ]* \([0-9]*\).*$$/\1/" 2>/dev/null)
77

88
PG_VER_min = 14

0 commit comments

Comments
 (0)