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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak duplicate-index-column regression test to avoid locale sen
Date: 2012-01-12 19:18:31
Message-ID: E1RlQAR-0004oa-T7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-01-12 19:19:54 Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.
Previous Message User Fxjr 2012-01-12 18:44:59 npgsql - Npgsql2: Applied Gildas Prime patch with Gendarme report