Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pgpartman/pg_partman
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Jan 5, 2024
2 parents 2e84f9f + e85e5bf commit 61b2beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EXTENSION = pg_partman
EXTVERSION = $(shell grep default_version $(EXTENSION).control | \
sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")

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

PG_VER_min = 14
Expand Down

0 comments on commit 61b2beb

Please sign in to comment.