pgsql: Fix regression tests to work in Welsh locale.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix regression tests to work in Welsh locale.
Date: 2016-07-22 19:41:50
Message-ID: E1bQgKU-00087G-9t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix regression tests to work in Welsh locale.

Welsh (cy_GB) apparently sorts 'dd' after 'f', creating problems
analogous to the odd sorting of 'aa' in Danish. Adjust regression
test case to not use data that provokes that.

Jeff Janes

Patch: <CAMkU=1zx-pqcfSApL2pYDQurPOCfcYU0wJorsmY1OrYPiXRbLw(at)mail(dot)gmail(dot)com>

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2aa2533f2818687e1ae5a3238dd70b175c3cdfb3

Modified Files
--------------
src/test/regress/expected/rowsecurity.out | 88 +++++++++++++++----------------
src/test/regress/sql/rowsecurity.sql | 4 +-
2 files changed, 46 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-24 00:17:14 pgsql: Correctly set up aggregate FILTER expression in partial-aggregat
Previous Message Tom Lane 2016-07-22 15:32:30 pgsql: Remove GetUserMappingId() and GetUserMappingById().