Re: Inefficient bytea escaping?

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Inefficient bytea escaping?
Date: 2006-05-30 07:44:31
Message-ID: e51f66da0605300044i5f98addld40d9351a7a69d2a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5/30/06, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Rafael Martinez, Guerrero 2006-05-30 10:48:02 8.1.4 - problem with PITR - .backup.done / backup.ready version of the same file at the same time.
Previous Message Tom Lane 2006-05-30 03:42:36 Re: type recv/send functions