diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/dblink/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile index ac637480eb5..b84dc2ecd3a 100644 --- a/contrib/dblink/Makefile +++ b/contrib/dblink/Makefile @@ -11,6 +11,9 @@ DATA = dblink--1.0.sql dblink--unpackaged--1.0.sql REGRESS = dblink +# the db name is hard-coded in the tests +override USE_MODULE_DB = + ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) |