pgsql: Make contrib 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 contrib regression tests safe for Danish locale.
Date: 2016-07-21 20:53:04
Message-ID: E1bQKxs-0002Mv-Kl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make contrib regression tests safe for Danish locale.

In btree_gin and citext, avoid some not-particularly-interesting
dependencies on the sorting of 'aa'. In tsearch2, use COLLATE "C" to
remove an uninteresting dependency on locale sort order (and thereby
allow removal of a variant expected-file).

Also, in citext, avoid assuming that lower('I') = 'i'. This isn't relevant
to Danish but it does fail in Turkish.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
contrib/btree_gin/expected/bytea.out | 6 +-
contrib/btree_gin/expected/text.out | 6 +-
contrib/btree_gin/expected/varchar.out | 6 +-
contrib/btree_gin/sql/bytea.sql | 2 +-
contrib/btree_gin/sql/text.sql | 2 +-
contrib/btree_gin/sql/varchar.sql | 2 +-
contrib/citext/expected/citext.out | 261 ++-
contrib/citext/expected/citext_1.out | 261 ++-
contrib/citext/sql/citext.sql | 43 +-
contrib/tsearch2/expected/tsearch2.out | 12 +-
contrib/tsearch2/expected/tsearch2_1.out | 2969 ------------------------------
contrib/tsearch2/sql/tsearch2.sql | 12 +-
12 files changed, 271 insertions(+), 3311 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-22 15:32:30 pgsql: Remove GetUserMappingId() and GetUserMappingById().
Previous Message Tom Lane 2016-07-21 18:24:36 pgsql: Make pltcl regression tests safe for Danish locale.