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 19:57:41
Message-ID: E1SsJKX-0001zA-Pd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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
------
master

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

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-07-20 20:04:14 pgsql: Remove prepared transactions from main isolation test schedule.
Previous Message Peter Eisentraut 2012-07-20 19:35:52 pgsql: pg_dump: Simplify mkdir() error checking

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-07-20 20:07:13 Re: CHECK NO INHERIT syntax
Previous Message Robert Haas 2012-07-20 19:52:27 Re: Event Triggers reduced, v1