Re: regexp character class locale awareness patch - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: regexp character class locale awareness patch
Date
Msg-id 20020416200341.45dfb717.alvherre@atentus.com
Whole thread Raw
In response to Re: regexp character class locale awareness patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses 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>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] WITH DELIMITERS in COPY
Next
From: Alvaro Herrera
Date:
Subject: Re: Testers needed ...