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

From Tom Lane
Subject Re: Inefficient bytea escaping?
Date
Msg-id 22900.1148739131@sss.pgh.pa.us
Whole thread Raw
In response to Re: Inefficient bytea escaping?  ("Marko Kreen" <markokr@gmail.com>)
Responses Re: Inefficient bytea escaping?
List pgsql-hackers
"Marko Kreen" <markokr@gmail.com> writes:
> If you want to use fwrite as string operator, then maybe
> should replace it with fwrite_unlocked?

ISTM that in a single-threaded application such as the backend,
it should be libc's responsibility to avoid such overhead, not
ours.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Updatable views/with check option parsing
Next
From: Tom Lane
Date:
Subject: Re: LIKE, leading percent, bind parameters and indexes