pgsql: Remove no-longer-relevant test case.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove no-longer-relevant test case.
Date: 2021-04-12 22:58:27
Message-ID: E1lW5Vj-0001pH-W0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove no-longer-relevant test case.

collate.icu.utf8.sql was exercising the recording of a collation
dependency for an enum comparison expression, but such an expression
should never have had any collation dependency in the first place.
After I fixed that in commit c402b02b9, the test started failing.
We don't need to test that scenario anymore, so just remove the
now-useless test steps.

(This test case is new in HEAD, so no need to back-patch.)

Discussion: https://postgr.es/m/3044030.1618261159@sss.pgh.pa.us
Discussion: https://postgr.es/m/HK0PR01MB22744393C474D503E16C8509F4709@HK0PR01MB2274.apcprd01.prod.exchangelabs.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf0020080a3de20287217621da57bfd840e9a693

Modified Files
--------------
src/test/regress/expected/collate.icu.utf8.out | 8 ++------
src/test/regress/sql/collate.icu.utf8.sql | 6 +-----
2 files changed, 3 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-13 00:42:48 pgsql: Remove duplicated --no-sync switches in new tests of test_pg_dum
Previous Message Laurenz Albe 2021-04-12 19:00:20 Re: pgsql: SQL-standard function body