pgsql: Make core 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 core regression tests safe for Danish locale.
Date: 2016-07-21 17:11:15
Message-ID: E1bQHVD-0006yv-Rz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make core regression tests safe for Danish locale.

Some tests added in 9.5 depended on 'aa' sorting before 'bb', which
doesn't hold true in Danish. Use slightly different test data to
avoid the problem.

Jeff Janes

Report: <CAMkU=1w-cEDbA+XHdNb=YS_4wvZbs66Ni9KeSJKAJGNJyOsgQw(at)mail(dot)gmail(dot)com>

Branch
------
REL9_5_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-21 18:24:36 pgsql: Make pltcl regression tests safe for Danish locale.
Previous Message Robert Haas 2016-07-21 16:06:45 Re: [COMMITTERS] pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <