Allow isolation tests to specify multiple setup blocks.
Kevin Grittner <kgrittn@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/isolationtester.c | modified | +2 −2 |
| src/test/isolation/isolationtester.h | modified | +2 −1 |
| src/test/isolation/README | modified | +6 −2 |
| src/test/isolation/specparse.y | modified | +25 −3 |