postgresql/contrib/sepgsql
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
..
expected Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
sql Add missing check on invocation of trusted procedures. 2011-04-04 13:25:42 -04:00
.gitignore Minor sepgsql regression test fixes. 2011-02-02 23:46:51 -05:00
Makefile Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 2011-08-24 15:16:50 -04:00
chkselinuxenv Clean up 'chkselinuxenv' script. 2011-08-19 13:09:40 -04:00
dml.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
hooks.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
label.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
launcher Various sepgsql corrections. 2011-02-02 23:39:43 -05:00
proc.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
relation.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
schema.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
selinux.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sepgsql-regtest.te Allow sepgsql regression tests to be run from a user homedir. 2011-08-19 11:53:14 -04:00
sepgsql.h pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sepgsql.sql.in sepgsql, an SE-Linux integration for PostgreSQL 2011-01-23 20:48:27 -05:00