Re: Turkish downcasting in PL/pgSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Turkish downcasting in PL/pgSQL
Дата
Msg-id 5273.1092499396@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Turkish downcasting in PL/pgSQL  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
> I have tried running flex (2.5.4) with a number of different locales
> including tr_TR, but the output file is always the same.  Can you show
> us a diff of the generated files?

Hmm ... a quick look at the flex sources shows that flex does rely on
the <ctype.h> routines for case-folding, so I have no doubt that
ntufar's report is accurate.  Maybe you used the wrong tr_TR locale?

(Just for the record, though, I can't see any change in the generated
pl_scan.c output in any of the tr_TR variants available on either HPUX
or OS X.  I don't have a full set of locales installed on my Linux
machine so I can't try it there.)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Turkish downcasting in PL/pgSQL
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: 8.0.0beta1: Ownership of implicit sequences after dump/restore