pgsql: Adjust SP-GiST regression tests to be less locale-sensitive. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Adjust SP-GiST regression tests to be less locale-sensitive.
Date
Msg-id E1RgO5v-0005pR-Ev@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust SP-GiST regression tests to be less locale-sensitive.

The original test cases gave varying results depending on whether the
locale sorts digits before or after letters.  Since that's not really
what we wish to test here, adjust the test data to not contain any strings
beginning with digits.  Per report from Pavel Stehule.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/15ba590792045a6bbde538c407a34d83f46b496f

Modified Files
--------------
src/test/regress/expected/create_index.out |   92 ++++++++++++++--------------
src/test/regress/sql/create_index.sql      |   38 ++++++------
2 files changed, 65 insertions(+), 65 deletions(-)


pgsql-committers by date:

Previous
From: uwebartels@pgfoundry.org (User Uwebartels)
Date:
Subject: pgstatspack - pgstatspack: bugfix in calculation
Next
From: h-saito@pgfoundry.org (Hiroshi Saito)
Date:
Subject: psqlodbc - psqlodbc: Prep release note.