Skip to content

Commit eff242b

Browse files
committed
build: add default value for PG_CONFIG
1 parent adec4a4 commit eff242b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
PG_CONFIG ?= pg_config
12
MODULE_big = pg_squeeze
23
OBJS = pg_squeeze.o concurrent.o worker.o pgstatapprox.o $(WIN32RES)
34
PGFILEDESC = "pg_squeeze - a tool to remove unused space from a relation."

0 commit comments

Comments
 (0)