Re: regexp character class locale awareness patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)atentus(dot)com>
Cc: masm(at)fciencias(dot)unam(dot)mx, peter_e(at)gmx(dot)net, t-ishii(at)sra(dot)co(dot)jp, pgsql-hackers(at)postgresql(dot)org
Subject: Re: regexp character class locale awareness patch
Date: 2002-04-17 21:56:46
Message-ID: 200204172156.g3HLuko07761@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


OK, once I apply the original patch, please submit a patch for this and
people can comment on it. Thanks.

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> En Tue, 16 Apr 2002 19:21:50 -0400 (EDT)
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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"
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-04-17 21:57:13 Re: regexp character class locale awareness patch
Previous Message D'Arcy J.M. Cain 2002-04-17 21:56:44 Re: Index Scans become Seq Scans after VACUUM ANALYSE