]> granicus.if.org Git - postgresql/commit
Thank you for applying patch --- regexp_replace.
authorBruce Momjian <bruce@momjian.us>
Fri, 29 Jul 2005 03:17:55 +0000 (03:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 29 Jul 2005 03:17:55 +0000 (03:17 +0000)
commit722f31f786164d5bffd801be6fe31515cc3f2ece
treec4c7bb43bb41cc355cd6559bbd12ce86f648bdbf
parent5d27bf20b482ca7d1bd206da49bd6495d783bc71
Thank you for applying patch --- regexp_replace.

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.

Atsushi Ogawa
src/backend/utils/adt/varlena.c