Allow isolation tests to specify multiple setup blocks.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 8e39fd97f1566820f7dfd2b4d36dc6bd41211747
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2012-09-05T01:40:48Z
Releases: 9.2.0
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

Files