Re: fixes for the Danish locale

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fixes for the Danish locale
Дата
Msg-id 25461.1469153794@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: fixes for the Danish locale  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> On Thu, Jul 21, 2016 at 2:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I see that the core tests fall over in Turkish still :-(

> Turkish has never passed (at least back to 9.0).  It looks like it is
> in the stemming functions.  I don't understand why, I would think
> everything other than English would be failing those if the regression
> tests hard-code English stemming expectations but fail to arrange for
> English stemming rules.

It looks to me like the 'simple' dictionary assumes it can apply the
lowercasing rules implied by LC_CTYPE regardless of which language
it's supposedly working on.  This is probably something we should
improve sometime, but I doubt it's an easy change.
        regards, tom lane



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: fixes for the Danish locale
Следующее
От: Michael Paquier
Дата:
Сообщение: Visual Studio 2015 and telemetry calls