summaryrefslogtreecommitdiff
path: root/contrib/contrib-global.mk
diff options
context:
space:
mode:
authorTom Lane2005-05-17 18:26:23 +0000
committerTom Lane2005-05-17 18:26:23 +0000
commit4e7d6f534913becd050f21dab8f4a7a90fe1c0c3 (patch)
tree768f604f2b341d4bc7b1cb9bdb13284dc44f410f /contrib/contrib-global.mk
parentf9ad8a2802a67ee99f1ed7a16999b5faa3c2602f (diff)
Add a --dbname option to the pg_regress script, and use pl_regression
for testing PLs and contrib_regression for testing contrib, instead of overwriting the core system's regression database as formerly done. Andrew Dunstan
Diffstat (limited to 'contrib/contrib-global.mk')
-rw-r--r--contrib/contrib-global.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/contrib-global.mk b/contrib/contrib-global.mk
index 11e0293e010..7ac757609d4 100644
--- a/contrib/contrib-global.mk
+++ b/contrib/contrib-global.mk
@@ -1,4 +1,5 @@
-# $PostgreSQL: pgsql/contrib/contrib-global.mk,v 1.8 2004/07/30 12:26:39 petere Exp $
+# $PostgreSQL: pgsql/contrib/contrib-global.mk,v 1.9 2005/05/17 18:26:22 tgl Exp $
NO_PGXS = 1
+REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB)
include $(top_srcdir)/src/makefiles/pgxs.mk