File tree 3 files changed +1
-17
lines changed 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ DATA = dblink--1.1.sql dblink--1.0--1.1.sql dblink--unpackaged--1.0.sql
11
11
12
12
REGRESS = dblink
13
13
14
- # the db name is hard-coded in the tests
15
- override undefine USE_MODULE_DB
16
-
17
14
ifdef USE_PGXS
18
15
PG_CONFIG = pg_config
19
16
PGXS := $(shell $(PG_CONFIG ) --pgxs)
Original file line number Diff line number Diff line change @@ -428,15 +428,6 @@ submake-libpgport:
428
428
429
429
PL_TESTDB = pl_regression
430
430
CONTRIB_TESTDB = contrib_regression
431
- ifneq ($(MODULE_big ) ,)
432
- CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULE_big )
433
- else
434
- ifneq ($(MODULES),)
435
- CONTRIB_TESTDB_MODULE = contrib_regression_$(MODULES )
436
- else
437
- CONTRIB_TESTDB_MODULE = contrib_regression
438
- endif
439
- endif
440
431
441
432
ifdef NO_LOCALE
442
433
NOLOCALE += --no-locale
Original file line number Diff line number Diff line change @@ -240,11 +240,7 @@ distclean maintainer-clean: clean
240
240
ifdef REGRESS
241
241
242
242
# Select database to use for running the tests
243
- ifdef USE_MODULE_DB
244
- REGRESS_OPTS += --dbname=$(CONTRIB_TESTDB_MODULE )
245
- else
246
- REGRESS_OPTS += --dbname=$(CONTRIB_TESTDB )
247
- endif
243
+ REGRESS_OPTS += --dbname=$(CONTRIB_TESTDB )
248
244
249
245
# where to find psql for running the tests
250
246
PSQLDIR = $(bindir )
You can’t perform that action at this time.
0 commit comments