Re: Eliminate more detoast copies for packed varlenas - Mailing list pgsql-patches

From Tom Lane
Subject Re: Eliminate more detoast copies for packed varlenas
Date
Msg-id 27477.1190415236@sss.pgh.pa.us
Whole thread Raw
In response to Eliminate more detoast copies for packed varlenas  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-patches
Gregory Stark <stark@enterprisedb.com> writes:
> Ok, this removes what should be most if not all of the call sites where we're
> detoasting text or byteas. In particular it gets all the regexp/like functions
> and all the trim/pad functions. It also gets hashtext and hash_any.

Applied with some fixes --- you'd missed like_match.c, which doubtless
explains Guillame's complaint that it didn't work ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Gregory Stark
Date:
Subject: Eliminate more detoast copies for packed varlenas
Next
From: Andrew Dunstan
Date:
Subject: ilike multi-byte pattern cache