Thread: pgsql: Allow isolation tests to specify multiple setup blocks.

pgsql: Allow isolation tests to specify multiple setup blocks.

From
Kevin Grittner
Date:
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

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8e39fd97f1566820f7dfd2b4d36dc6bd41211747

Modified Files
--------------
src/test/isolation/README            |    8 ++++++--
src/test/isolation/isolationtester.c |    4 ++--
src/test/isolation/isolationtester.h |    3 ++-
src/test/isolation/specparse.y       |   28 +++++++++++++++++++++++++---
4 files changed, 35 insertions(+), 8 deletions(-)