Re: regexp character class locale awareness patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, alvherre(at)atentus(dot)com, peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: regexp character class locale awareness patch
Date: 2002-04-18 05:03:33
Message-ID: 200204180503.g3I53XM14324@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

Manuel Sugawara wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
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 Tom Lane 2002-04-18 05:24:37 Re: [PATCHES] YADP - Yet another Dependency Patch
Previous Message Tom Lane 2002-04-18 05:00:26 Re: Index Scans become Seq Scans after VACUUM ANALYSE