PQunescapeBytea tweak

From: Adam Kavan <akavan(at)cox(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: PQunescapeBytea tweak
Date: 2003-10-31 01:08:22
Message-ID: 5.2.1.1.0.20031030183203.009f5c70@pop.central.cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cox(dot)net

Attachment Content-Type Size
fe-exec.patch application/octet-stream 1.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-31 01:55:46 Re: PQunescapeBytea tweak
Previous Message Jason Tishler 2003-10-29 22:30:49 Re: "make check" improvement for cygwin