aboutsummaryrefslogtreecommitdiff
path: root/contrib/dblink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dblink/Makefile')
-rw-r--r--contrib/dblink/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/dblink/Makefile b/contrib/dblink/Makefile
index e5d0cd6bf00..f5ab1641dbd 100644
--- a/contrib/dblink/Makefile
+++ b/contrib/dblink/Makefile
@@ -14,9 +14,6 @@ REGRESS = paths dblink
REGRESS_OPTS = --dlpath=$(top_builddir)/src/test/regress
EXTRA_CLEAN = sql/paths.sql expected/paths.out
-# 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)