1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Some marginal tweaks to make 'make installcheck' mostly work when

building contrib with USE_PGXS.  To make it work all the way, the
pg_regress script would need to be included in the installation tree.
This commit is contained in:
Tom Lane
2005-09-27 17:43:31 +00:00
parent 4fc935a5d4
commit 1610fcc351
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,4 @@
# $PostgreSQL: pgsql/contrib/contrib-global.mk,v 1.9 2005/05/17 18:26:22 tgl Exp $
# $PostgreSQL: pgsql/contrib/contrib-global.mk,v 1.10 2005/09/27 17:43:31 tgl Exp $
NO_PGXS = 1
REGRESS_OPTS = --dbname=$(CONTRIB_TESTDB)
include $(top_srcdir)/src/makefiles/pgxs.mk