Re: Bugs during ProcessCatchupEvent()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bugs during ProcessCatchupEvent()
Date: 2009-01-06 14:44:48
Message-ID: 8943.1231253088@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Simon Riggs <simon(at)2ndQuadrant(dot)com> writes:
> It looks to me that generating a single error message while idle causes
> the server to provide ErrorResponse, which the client assumes is the end
> of the processing of that statement as defined in FE/BE protocol.

Yeah. I think this is actually a client-side issue: it should keep
reading till it gets a 'Z' message. Not clear how that fits into the
libpq-to-app API though.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-01-06 14:56:44 Re: Some more function-default issues
Previous Message Peter Eisentraut 2009-01-06 14:31:09 Re: Status of issue 4593