Re: Backpatching of "Teach the regular expression functions to do case-insensitive matching"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backpatching of "Teach the regular expression functions to do case-insensitive matching"
Дата
Msg-id 10980.1304633537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backpatching of "Teach the regular expression functions to do case-insensitive matching"  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> In my opinion this is actually a bug in < 9.0. As its a (imo) low impact fix 
> thats constrained to two files it seems sensible to backpatch it now that the 
> solution has proven itself in the field?

FWIW, I still don't trust that patch a lot (and I was the one who wrote it).
The question is whether you believe that every platform uses Unicode
code points directly as the wchar_t representation in UTF8-based locales.
Although we've not heard any complaints suggesting that that assumption
doesn't hold, I don't feel that 9.0 has been out long enough to prove
much.  The complaints about the old code were rare enough to make me
think people just don't exercise the case too much, or don't notice if
the behavior is wrong.  So it likely hasn't had that much exercise in
9.0 either.

In short, I'm pretty wary of back-patching it.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: [BUGS] BUG #5957: createdb with description and md5 auth forces to provide password twice
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Process wakeups when idle and power consumption