pgsql: Make pltcl regression tests safe for Danish locale. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make pltcl regression tests safe for Danish locale.
Date
Msg-id E1bQIeC-0008HQ-2s@gemulon.postgresql.org
Whole thread Raw
List 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_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f61ecd01e349cc45e9299ba48bba3fb4673fc319

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make pltcl regression tests safe for Danish locale.
Next
From: Tom Lane
Date:
Subject: pgsql: Make contrib regression tests safe for Danish locale.