| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] Locale support broken in latest snapshots |
| Дата | |
| Msg-id | 25232.951749308@sss.pgh.pa.us обсуждение |
| Ответ на | Locale support broken in latest snapshots (Oleg Broytmann <phd@phd.russ.ru>) |
| Ответы |
Re: [HACKERS] Locale support broken in latest snapshots
|
| Список | pgsql-hackers |
Oleg Broytmann <phd@phd.russ.ru> writes:
> In the snapshot of 21 Feb locale support have been broken. "SELECT *
> FROM table ORDER BY name" returns rows in wrong order; "SELECT * FROM table
> WHERE name ~* re" performs case-sensitive match.
Ugh.
> I remember Tatsuo once fixed case-sensitiveness by replacing char with
> "unsigned char". Should I teach my gcc to always use unsigned chars?
No, that's not a solution (since it's not available to non-gcc users).
We need to find the coding error and fix it.
However, if you can try that as a test to see if it fixes the behavior,
please do; knowing whether it does will help narrow down what the bug
could be.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера