pgsql: Allow isolation tests to specify multiple setup blocks.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow isolation tests to specify multiple setup blocks.
Date: 2012-09-05 01:51:28
Message-ID: E1T94m8-0008Nt-Bo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c63f309cca07c0570494a8f36092633635990db8

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2012-09-05 02:14:54 pgsql: Fix serializable mode with index-only scans.
Previous Message Bruce Momjian 2012-09-04 16:38:45 pgsql: Remove src/tool/backend, now that the content is on the web site