fixes for the Danish locale

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема fixes for the Danish locale
Дата
Msg-id CAMkU=1w-cEDbA+XHdNb=YS_4wvZbs66Ni9KeSJKAJGNJyOsgQw@mail.gmail.com
обсуждение исходный текст
Ответы Re: fixes for the Danish locale  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: fixes for the Danish locale  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: fixes for the Danish locale  (Bjorn Munch <bjorn.munch@oracle.com>)
Список pgsql-hackers
In Danish, the sequence 'aa' is sometimes treated as a single letter
which collates after 'z'.

Some regression tests got into 9.5, and are still in 9.6beta3, which
fail due to assuming they know how things will sort or compare.

I thought the easiest way to deal with it was just to change the test
data to use 'ab...' rather than 'aa...' to represent an
early-collating string.

With these applied, this now passes:

LANG=danish make check

Cheers,

Jeff

Вложения

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Constraint merge and not valid status
Следующее
От: Robert Haas
Дата:
Сообщение: Re: RecoveryTargetTLI dead variable in XLogCtlData