Re: write_pipe_chunks patch messes up early error message output

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: write_pipe_chunks patch messes up early error message output
Date: 2007-07-16 02:21:10
Message-ID: 469AD616.2060004@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> I suspect that error messages coming out of the syslogger itself (and
> directed to the original stderr destination) will be similarly broken.
>

I thought we had that case handled, but I could be wrong.
> So that patch still needs work.

Yes, darnit.

> I think we probably need a flag
> variable separate from the GUC variable to tell when to send using
> the chunk protocol.
>
>

Sounds reasonable. I will try to get to it this week.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-07-16 02:23:36 Re: plpgsql and qualified variable names
Previous Message Tom Lane 2007-07-16 02:00:49 Re: compiler warnings on the buildfarm