Adjust SP-GiST regression tests to be less locale-sensitive.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Dec 2011 22:03:59 +0000 (17:03 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Dec 2011 22:04:36 +0000 (17:04 -0500)
commit15ba590792045a6bbde538c407a34d83f46b496f
tree5247c206c684182a94be1673439ef5db54d7935b
parentf9de1e9a96a8e63bd4d3b9e615abd9cf6d8de703
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.
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql