From ea1755a1aeb8b3e6d7c6860ff5ab6ddee7a25483 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 14 Sep 2011 13:03:04 +0300 Subject: [PATCH] regtests@9.1: pg9.1 ignores --dbname in REGRESS_OPTS Also it needs 'override' to change CONTRIB_TESTDB --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index bbd7e2a..850b626 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,12 @@ REGRESS += plproxy_sqlmed PLPROXY_SQL += plproxy_fdw.sql endif + REGRESS_OPTS = --dbname=regression +# pg9.1 ignores --dbname +override CONTRIB_TESTDB := regression + # load PGXS makefile PGXS = $(shell $(PG_CONFIG) --pgxs) include $(PGXS) -- 2.39.5