pgsql: Remove bogus step from test_decoding isolation tests.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Remove bogus step from test_decoding isolation tests.
Дата
Msg-id E1ZQRP5-0001lu-SV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove bogus step from test_decoding isolation tests.

Commit 43b4a16817c8b5568cec72f3b0e1c8209f5ac7f7 made the isolation
tester reject duplicate step names, and it turns out that the
test_decoding module's concurrent_ddl_dml isolation test has a
duplicate name.  I think the second definition isn't actually getting
used, so just remove it.

Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5243a35825cf32db5863459be1f3afcc6b6461e0

Modified Files
--------------
contrib/test_decoding/specs/concurrent_ddl_dml.spec |    1 -
1 file changed, 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Reject isolation test specifications with duplicate step names.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove unused expected-output file.