Re: regexp_replace - Mailing list pgsql-patches

From Atsushi Ogawa
Subject Re: regexp_replace
Date
Msg-id PIEMIKOOMKNIJLLLBCBBEEOACJAA.a_ogawa@hi-ho.ne.jp
Whole thread Raw
In response to Re: regexp_replace  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: regexp_replace
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Pavel Stehule
Date:
Subject: plpgsql debugger (experimental) (fwd)
Next
From: Simon Riggs
Date:
Subject: Re: Constraint Exclusion (Partitioning) - Initial Review