Обсуждение: pgsql: Adjust SP-GiST regression tests to be less locale-sensitive.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)