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 11:47:44
Message-ID: 469B5AE0.2030809@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-07-16 12:23:46 Straightforward changes for increased SMP scalability
Previous Message NikhilS 2007-07-16 10:20:09 Re: CREATE TABLE LIKE INCLUDING INDEXES support