pgsql: Remove bogus step from test_decoding isolation tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove bogus step from test_decoding isolation tests.
Date: 2015-08-15 02:41:03
Message-ID: E1ZQRP5-0001lu-SV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-08-15 03:13:32 pgsql: Remove unused expected-output file.
Previous Message Robert Haas 2015-08-15 02:14:55 pgsql: Reject isolation test specifications with duplicate step names.