Thread: pgsql: Reject isolation test specifications with duplicate step names.

pgsql: Reject isolation test specifications with duplicate step names.

From
Robert Haas
Date:
Reject isolation test specifications with duplicate step names.

alter-table-1.spec has such a case, so change one instance of step
rx1 to rx3 instead.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/43b4a16817c8b5568cec72f3b0e1c8209f5ac7f7

Modified Files
--------------
src/test/isolation/expected/alter-table-1.out |  750 ++++++++++++-------------
src/test/isolation/isolationtester.c          |   61 +-
src/test/isolation/isolationtester.h          |    2 +
src/test/isolation/specs/alter-table-1.spec   |    2 +-
4 files changed, 417 insertions(+), 398 deletions(-)