Tom Lane wrote:
> Note to hackers: would it make sense to use write() instead of
> fprintf() in send_message_to_server_log to avoid any possibility
> of stdio deciding to fragment the message? Possibly there'd be
> some marginal efficiency gain too.
>
What about in write_syslogger_file_binary()? Since redirect_stderr is
set true in the case reported, wont that be what does the writing?
cheers
andrew
In response to
Responses
pgsql-hackers by date
| Next: | From: Brad Nicholson | Date: 2007-04-03 19:47:02 |
| Subject: Re: "Garbled" postgres logs |
| Previous: | From: Tom Lane | Date: 2007-04-03 19:02:56 |
| Subject: Re: "Garbled" postgres logs |