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

From Manuel Sugawara
Subject Re: regexp character class locale awareness patch
Date
Msg-id m3y9fly607.fsf@dep4.fciencias.unam.mx
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  (Alvaro Herrera <alvherre@atentus.com>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:

> Tatsuo Ishii wrote:
> > > I miss that case :-(. Here is the pached patch.
> > >
> > > Regards,
> > > Manuel.
> >
> > I also suggest that cclass_init() is called only if the locale is not
> > "C".
>
> OK, patch on hold while this is addressed.

Here is a patch which addresses Tatsuo's concerns (it does return an
static struct instead of constructing it).

Regards,
Manuel.


Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [INTERFACES] sqlbang
Next
From: Bruce Momjian
Date:
Subject: Re: timeout implementation issues