pgsql: Fix ICU tests for older ICU versions

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ICU tests for older ICU versions
Date: 2019-03-22 13:42:39
Message-ID: E1h7KRT-0004nj-Is@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ICU tests for older ICU versions

Change the tests to use old-style ICU locale specifications so that
they can run on older ICU versions.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/638db07814f389e739b2cfde01b592aa9150b1be

Modified Files
--------------
src/test/regress/expected/collate.icu.utf8.out | 10 +++++-----
src/test/regress/sql/collate.icu.utf8.sql | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2019-03-22 16:02:04 pgsql: Fix yet more portability bugs in integerset and its tests.
Previous Message David Rowley 2019-03-22 13:21:45 Re: pgsql: Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.