postgresql/src/makefiles
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.
The previous coding resulted in contrib modules unintentionally overriding
the use of CONTRIB_TESTDB.  There seems no particularly good reason to
allow that (after all, the makefile can set CONTRIB_TESTDB if that's really
what it intends).

In passing, document REGRESS_OPTS where the other pgxs.mk options are
documented.

Back-patch to 9.1 --- in prior versions, there were no cases of contrib
modules setting REGRESS_OPTS without including the --dbname switch, so
while the coding was fragile there was no actual bug.
2011-08-24 15:16:50 -04:00
..
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile.aix Use single quotes in preference to double quotes for protecting pathnames. 2011-06-15 21:45:23 -04:00
Makefile.bsdi
Makefile.cygwin Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile.darwin Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile.dgux
Makefile.freebsd
Makefile.hpux
Makefile.irix Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
Makefile.linux
Makefile.netbsd
Makefile.openbsd
Makefile.osf
Makefile.sco
Makefile.solaris Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile.sunos4
Makefile.svr4
Makefile.ultrix4
Makefile.univel
Makefile.unixware
Makefile.win32 Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgxs.mk Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 2011-08-24 15:16:50 -04:00