| From: | Atsushi Ogawa <a_ogawa(at)hi-ho(dot)ne(dot)jp> |
|---|---|
| To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
| Cc: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: regexp_replace |
| Date: | 2005-07-11 15:29:05 |
| Message-ID: | PIEMIKOOMKNIJLLLBCBBEEOACJAA.a_ogawa@hi-ho.ne.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| varlena.patch | application/octet-stream | 2.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marko Kreen | 2005-07-11 15:41:35 | Re: 4 pgcrypto regressions failures - 1 unsolved |
| Previous Message | Marko Kreen | 2005-07-11 15:26:03 | Re: 4 pgcrypto regressions failures - 1 unsolved |