[COMMITTERS] pgsql: Revert test case added by commit1e165d05fe06a9072867607886f818b - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Revert test case added by commit1e165d05fe06a9072867607886f818b
Date
Msg-id E1dchJm-0007yn-2K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert test case added by commit 1e165d05fe06a9072867607886f818bc255507db.

The buildfarm is still showing at least three distinct behaviors for
a bad locale name in CREATE COLLATION.  Although this test was helpful
for getting the error reporting code into some usable shape, it doesn't
seem worth carrying multiple expected-files in order to support the
test in perpetuity.  So pull it back out.

Discussion: https://postgr.es/m/CAKKotZS-wcDcofXDCH=sidiuajE+nqHn2CGjLLX78anyDmi3gQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/32ca22b02da9d8088b58b3dc64ad78464c7513a3

Modified Files
--------------
src/test/regress/expected/collate.out | 3 ---
src/test/regress/sql/collate.sql      | 1 -
2 files changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Second try at getting useful errors out ofnewlocale/_create_loc
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix OBJECT_TYPE/OBJECT_DOMAIN confusion