Re: regexp_replace

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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: plpgsql debugger (experimental) (fwd)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Constraint Exclusion (Partitioning) - Initial Review