Reject isolation test specifications with duplicate step names.
Robert Haas <rhaas@postgresql.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/expected/alter-table-1.out | modified | +375 −375 |
| src/test/isolation/isolationtester.c | modified | +39 −22 |
| src/test/isolation/isolationtester.h | modified | +2 −0 |
| src/test/isolation/specs/alter-table-1.spec | modified | +1 −1 |