• Bruce Momjian's avatar
    Thank you for applying patch --- regexp_replace. · 722f31f7
    Bruce Momjian authored
    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
    722f31f7
varlena.c 57.9 KB