]> granicus.if.org Git - postgresql/commit
Remove prepared transactions from main isolation test schedule.
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 20 Jul 2012 19:51:40 +0000 (15:51 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 20 Jul 2012 19:51:40 +0000 (15:51 -0400)
commitae55d9fbe3871a5e6309d9b91629f1b0ff2b8cba
tree5562103f9c5a65eae57a581303472a937a7fad4d
parent8ca03aa41488a9f08dffe64724eb04692174350c
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