Re: regexp character class locale awareness patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: regexp character class locale awareness patch
Дата
Msg-id 20020416200341.45dfb717.alvherre@atentus.com
обсуждение исходный текст
Ответ на Re: regexp character class locale awareness patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: regexp character class locale awareness patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: regexp character class locale awareness patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
En Tue, 16 Apr 2002 19:21:50 -0400 (EDT)
Bruce Momjian <pgman@candle.pha.pa.us> escribió:

> Here is a patch based on this discussion.

I still think the xdigit class could be handled the same way the digit
class is (by enumeration rather than using the isxdigit function). That
saves you a cicle, and I don't think there's any loss.

-- 
Alvaro Herrera (<alvherre[a]atentus.com>)
"The ability to monopolize a planet is insignificant
next to the power of the source"


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] WITH DELIMITERS in COPY
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Testers needed ...