| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> | 
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org | 
| Subject: | pgsql: Revert test case added by commit 1e165d05fe06a9072867607886f818b | 
| Date: | 2017-08-02 00:15:18 | 
| Message-ID: | [email protected] | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2017-08-02 14:49:16 | pgsql: Fix OBJECT_TYPE/OBJECT_DOMAIN confusion | 
| Previous Message | Tom Lane | 2017-08-01 21:17:25 | pgsql: Second try at getting useful errors out of newlocale/_create_loc |