pgsql: Remove prepared transactions from main isolation test schedule.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove prepared transactions from main isolation test schedule.
Date: 2012-07-20 20:04:35
Message-ID: E1SsJRD-00025F-Vn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove prepared transactions from main isolation test schedule.

There is no point in running this test when prepared transactions are disabled,
which is the default. New make targets that include the test are provided. This
will save some useless waste of cycles on buildfarm machines.

Backpatch to 9.1 where these tests were introduced.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/963bafde8b225a123e31649f44e26ed930b2002c

Modified Files
--------------
src/test/isolation/Makefile | 7 +++++++
src/test/isolation/isolation_schedule | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-07-20 20:17:08 Re: [COMMITTERS] pgsql: Remove prepared transactions from main isolation test schedule.
Previous Message Andrew Dunstan 2012-07-20 20:04:14 pgsql: Remove prepared transactions from main isolation test schedule.