aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/postgres_fdw/Makefile')
-rw-r--r--contrib/postgres_fdw/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/postgres_fdw/Makefile b/contrib/postgres_fdw/Makefile
index 7c660955caf..a9e380d6be4 100644
--- a/contrib/postgres_fdw/Makefile
+++ b/contrib/postgres_fdw/Makefile
@@ -13,9 +13,6 @@ DATA = postgres_fdw--1.0.sql
REGRESS = postgres_fdw
-# 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)