pgsql: Tweak duplicate-index-column regression test to avoid locale sen - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Tweak duplicate-index-column regression test to avoid locale sen
Date
Msg-id E1RlQAR-0004oa-T7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tweak duplicate-index-column regression test to avoid locale sensitivity.

The originally-chosen test case gives different results in es_EC locale
because of unusual rule for sorting strings beginning with "LL".  Adjust
the comparison value to avoid that, while hopefully not introducing new
locale dependencies elsewhere.  Per report from Jaime Casanova.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/create_index.out |    8 ++++----
src/test/regress/sql/create_index.sql      |    4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Applied Gildas Prime patch with Gendarme report
Next
From: Tom Lane
Date:
Subject: pgsql: Fix CLUSTER/VACUUM FULL for toast values owned by recently-updat