mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
4e7d6f5349
for testing PLs and contrib_regression for testing contrib, instead of overwriting the core system's regression database as formerly done. Andrew Dunstan
6 lines
182 B
Makefile
6 lines
182 B
Makefile
# $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
|