pgsql: Make pltcl regression tests safe for Danish locale.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pltcl regression tests safe for Danish locale.
Date: 2016-07-21 18:24:36
Message-ID: E1bQIeC-0008HL-2f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make pltcl regression tests safe for Danish locale.

Another peculiarity of Danish locale is that it has an unusual idea
of how to sort upper vs. lower case. One of the pltcl test cases has
an issue with that. Now that COLLATE works in all supported branches,
we can just change the test to be locale-independent, and get rid of
the variant expected file that used to support non-C locales.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0060638c877cf45803c16cc260cf72c9a94c82a2

Modified Files
--------------
src/pl/tcl/expected/pltcl_queries.out | 4 +-
src/pl/tcl/expected/pltcl_queries_1.out | 258 --------------------------------
src/pl/tcl/sql/pltcl_queries.sql | 4 +-
3 files changed, 4 insertions(+), 262 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-21 20:53:04 pgsql: Make contrib regression tests safe for Danish locale.
Previous Message Tom Lane 2016-07-21 17:11:15 pgsql: Make core regression tests safe for Danish locale.