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 519c73b68fe..5d92045bf8c 100644 --- a/contrib/dblink/Makefile +++ b/contrib/dblink/Makefile @@ -10,6 +10,9 @@ DATA = uninstall_dblink.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) |
