]> granicus.if.org Git - postgresql/commit
Allow isolation tests to specify multiple setup blocks.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 5 Sep 2012 01:40:48 +0000 (20:40 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 5 Sep 2012 01:40:48 +0000 (20:40 -0500)
commit8e39fd97f1566820f7dfd2b4d36dc6bd41211747
tree2603a3f186c7375a05cd55980695d20622b1218e
parentfb18e4dd078eb2c114276ab6cb880a4f5f2e0d9f
Allow isolation tests to specify multiple setup blocks.

Each setup block is run as a single PQexec submission, and some
statements such as VACUUM cannot be combined with others in such a
block.

Backpatch to 9.2.

Kevin Grittner and Tom Lane
src/test/isolation/README
src/test/isolation/isolationtester.c
src/test/isolation/isolationtester.h
src/test/isolation/specparse.y