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

From Bruce Momjian
Subject Re: regexp character class locale awareness patch
Date
Msg-id 200204172157.g3HLvD607818@candle.pha.pa.us
Whole thread Raw
In response to Re: regexp character class locale awareness patch  (Alvaro Herrera <alvherre@atentus.com>)
Responses Re: regexp character class locale awareness patch  (Manuel Sugawara <masm@fciencias.unam.mx>)
List pgsql-hackers
Alvaro Herrera wrote:
> 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.

In fact, I will email you when I apply the original patch.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: regexp character class locale awareness patch
Next
From: mlw
Date:
Subject: Re: Index Scans become Seq Scans after VACUUM ANALYSE