pgsql: Reject isolation test specifications with duplicate step names.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Reject isolation test specifications with duplicate step names.
Дата
Msg-id E1ZQQzn-0001J5-37@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Restore old pgwin32_message_to_UTF16() behavior outside transact
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove bogus step from test_decoding isolation tests.