]> granicus.if.org Git - postgresql/commit
Allow isolation tests to specify multiple setup blocks.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 5 Sep 2012 00:31:06 +0000 (19:31 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 5 Sep 2012 00:31:06 +0000 (19:31 -0500)
commitc63f309cca07c0570494a8f36092633635990db8
treee360908023c755b9d77395c13f7082ea661c6f7e
parent63f1ccd838a19e4a0923221b2f90e4e014cabf74
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