PQunescapeBytea tweak - Mailing list pgsql-patches

From Adam Kavan
Subject PQunescapeBytea tweak
Date
Msg-id 5.2.1.1.0.20031030183203.009f5c70@pop.central.cox.net
Whole thread Raw
Responses Re: PQunescapeBytea tweak
Re: PQunescapeBytea tweak
List pgsql-patches
This patch converts PQunescapeBytea from using arrays to the text string
and to the output binary string to using pointers.  This makes it much
faster than the older version for large Bytea's.

--- Adam Kavan
--- akavan@cox.net

Attachment

pgsql-patches by date:

Previous
From: Jason Tishler
Date:
Subject: Re: "make check" improvement for cygwin
Next
From: Bruce Momjian
Date:
Subject: Re: PQunescapeBytea tweak