]> granicus.if.org Git - postgresql/commit
Remove prepared transactions from main isolation test schedule.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 20 Jul 2012 19:56:57 +0000 (15:56 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 20 Jul 2012 19:56:57 +0000 (15:56 -0400)
commit963bafde8b225a123e31649f44e26ed930b2002c
tree9dc2402ef1b9bcd66ac658e8e9a4fa54989b72ba
parent200ff8bf39dff43f708b91949947c12f44557fbb
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.
src/test/isolation/Makefile
src/test/isolation/isolation_schedule