Re: regexp_replace - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: regexp_replace
Date
Msg-id 200507290317.j6T3Hef28515@candle.pha.pa.us
Whole thread Raw
In response to Re: regexp_replace  (Atsushi Ogawa <a_ogawa@hi-ho.ne.jp>)
List pgsql-patches
Patch applied.  Thanks.

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


Atsushi Ogawa wrote:
>
> Bruce Momjian wrote:
> > I have applied your patch, with slight adjustments in spacing and
> > documentation.
> >
> > Patch applied.  Thanks.
>
> Thank you for applying patch.
> An attached patch is a small additional improvement.
>
> This patch use appendStringInfoText instead of appendStringInfoString.
> There is an overhead of PG_TEXT_GET_STR when appendStringInfoString is
> executed by text type. This can be reduced by appendStringInfoText.
>
> regards,
>
> Atsushi Ogawa

[ Attachment, skipping... ]

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ALTER OBJECT SET SCHEMA
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] O_DIRECT for WAL writes