Re: PQunescapeBytea tweak

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Adam Kavan <akavan(at)cox(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: PQunescapeBytea tweak
Date: 2003-10-31 01:55:46
Message-ID: 200310310155.h9V1tkP29795@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)cox(dot)net

[ Attachment, skipping... ]

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

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-10-31 02:57:31 Re: PQunescapeBytea tweak
Previous Message Adam Kavan 2003-10-31 01:08:22 PQunescapeBytea tweak