pgsql: Remove bogus step from test_decoding isolation tests. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove bogus step from test_decoding isolation tests.
Date
Msg-id E1ZQRP5-0001lu-SV@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Reject isolation test specifications with duplicate step names.
Next
From: Robert Haas
Date:
Subject: pgsql: Remove unused expected-output file.