Re: patch for a locale-specific bug in regression tests (REL9_1_STABLE)

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: patch for a locale-specific bug in regression tests (REL9_1_STABLE)
Дата
Msg-id CA+TgmoaRcf7m8Nm+26PM9+BuuZQq9vVEWbgtbHow+e2BHHFOkg@mail.gmail.com
обсуждение исходный текст
Ответ на patch for a locale-specific bug in regression tests (REL9_1_STABLE)  (Tomas Vondra <tv@fuzzy.cz>)
Ответы Re: patch for a locale-specific bug in regression tests (REL9_1_STABLE)
Список pgsql-hackers
On Tue, Mar 6, 2012 at 1:59 PM, Tomas Vondra <tv@fuzzy.cz> wrote:
> I've noticed a locale-specific bug in regression tests, I discovered
> thanks to the new "magpie" buildfarm member (testing "cs_CZ" locale).
> The problem is in "foreign_data" where the output is sorted by a column,
> and "cs_CZ" behaves differently from "C" and "en_US".
>
> More precisely, in "C" it's true that ('s4' < 'sc') but that's not true
> in cs_CZ (and supposedly some other locales).
>
> I've fixed this by replacing 'sc' with 't0' which seems to fix the
> ordering (and should work with other locales too). See the patch attached.

This was fixed on master in commit
3e9a2672d25aed15ae6b4a09decbd8927d069868, but that picked the name s0
rather than t0.  I suggest we make the same naming decision in the
back-branch to avoid future confusion...

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: [9.2] Confusion over CacheRegisterSyscacheCallback
Следующее
От: Tom Lane
Дата:
Сообщение: Re: poll: CHECK TRIGGER?