Re: Making the regression tests locale-proof

Поиск
Список
Период
Сортировка
От teg@redhat.com (Trond Eivind Glomsrød)
Тема Re: Making the regression tests locale-proof
Дата
Msg-id xuyr8kjwudv.fsf@halden.devel.redhat.com
обсуждение исходный текст
Ответ на Making the regression tests locale-proof  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:

> The assumption here is that all locales will choose the same sort order as
> long as they're dealing only with the core 26 letters.  This does not have
> to be true in theory, but I think it works for the vast majority of
> practical cases.


Not for uppercase vs. lowercase versions of them.

With no locale used (straight ASCII), you get A C b, with a locale
you'll get A b C.

-- 
Trond Eivind Glomsrød
Red Hat, Inc.


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

Предыдущее
От: cbbrowne@cbbrowne.com
Дата:
Сообщение: Re: Monitoring backend activities
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Native Win32, How about this?