]> granicus.if.org Git - postgresql/commit
Tweak duplicate-index-column regression test to avoid locale sensitivity.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jan 2012 19:18:08 +0000 (14:18 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Jan 2012 19:18:08 +0000 (14:18 -0500)
commitde5a08c59de39df07599723cb212ae8297903f48
treef40f1ebb2259f452a92e35e7271ba469d2bdb5ad
parent50363c8f86f89fe611ba417575218978917f1ac0
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.
src/test/regress/expected/create_index.out
src/test/regress/sql/create_index.sql