pgsql: Extend and improve use of EXTRA_REGRESS_OPTS.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extend and improve use of EXTRA_REGRESS_OPTS.
Date: 2013-01-12 13:29:39
Message-ID: E1Tu19X-0006cs-RT@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Extend and improve use of EXTRA_REGRESS_OPTS.

This is now used by ecpg tests, and not clobbered by pg_upgrade
tests. This change won't affect anything that doesn't set this
environment variable, but will enable the buildfarm to control
exactly what port regression test installs will be running on,
and thus to detect possible rogue postmasters more easily.

Backpatch to release 9.2 where EXTRA_REGRESS_OPTS was first used.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b72d5c55cc87067c3968a84cf7cb858072bdbf02

Modified Files
--------------
contrib/pg_upgrade/test.sh | 5 +++--
src/interfaces/ecpg/test/Makefile | 8 +++++---
2 files changed, 8 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-13 23:40:52 pgsql: Improve handling of ereport(ERROR) and elog(ERROR).
Previous Message Andrew Dunstan 2013-01-12 13:29:24 pgsql: Extend and improve use of EXTRA_REGRESS_OPTS.