Re: Inefficient bytea escaping? - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: Inefficient bytea escaping?
Date
Msg-id e51f66da0605300044i5f98addld40d9351a7a69d2a@mail.gmail.com
Whole thread Raw
In response to Re: Inefficient bytea escaping?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On 5/30/06, Bruce Momjian <pgman@candle.pha.pa.us> wrote:
> > The crux of the matter was if its possible to use fwrite
> > as easy string combining mechanism and the answer is no,
> > because it's not lightweight enough.
>
> So your patch to src/backend/storage/file/fd.c should be discarded?  OK.

Yes.  It was just for experimenting.  As I understand Tom
already rewrote the critical path.

-- 
marko


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: type recv/send functions
Next
From: Tom Lane
Date:
Subject: plperl's ppport.h out of date?