Re: PQunescapeBytea tweak - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: PQunescapeBytea tweak
Date
Msg-id 200310310155.h9V1tkP29795@candle.pha.pa.us
Whole thread Raw
In response to PQunescapeBytea tweak  (Adam Kavan <akavan@cox.net>)
List pgsql-patches
Is this against 7.3.X or 7.4beta?  Also, we prefer diff -c.

---------------------------------------------------------------------------

Adam Kavan wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Adam Kavan
Date:
Subject: PQunescapeBytea tweak
Next
From: Tom Lane
Date:
Subject: Re: PQunescapeBytea tweak