Skip to content

Commit b353e26

Browse files
authored
Merge pull request #4 from vmihailenco/fix/pg-config-default-value
build: add default value for PG_CONFIG
2 parents adec4a4 + eff242b commit b353e26

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)