Re: regexp_replace

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: regexp_replace
Дата
Msg-id 200507290317.j6T3Hef28515@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: regexp_replace  (Atsushi Ogawa <a_ogawa@hi-ho.ne.jp>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER OBJECT SET SCHEMA
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] O_DIRECT for WAL writes