Re: write_pipe_chunks patch messes up early error message output - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: write_pipe_chunks patch messes up early error message output
Date
Msg-id 469B5AE0.2030809@dunslane.net
Whole thread Raw
In response to write_pipe_chunks patch messes up early error message output  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: write_pipe_chunks patch messes up early error message output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

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

Is there any reason we can't just use a check on whether SysLoggerPID is 
not 0? It should only be set if the syslogger has in fact started.

cheers

andrew


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: plpgsql and qualified variable names
Next
From: "Simon Riggs"
Date:
Subject: Straightforward changes for increased SMP scalability