pgsql: Allow isolation tests to specify multiple setup blocks. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Allow isolation tests to specify multiple setup blocks.
Date
Msg-id E1T94m8-0008Nv-Cr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Remove src/tool/backend, now that the content is on the web site
Next
From: Kevin Grittner
Date:
Subject: pgsql: Fix serializable mode with index-only scans.