Re: Bugs during ProcessCatchupEvent() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bugs during ProcessCatchupEvent()
Date
Msg-id 8943.1231253088@sss.pgh.pa.us
Whole thread Raw
In response to Bugs during ProcessCatchupEvent()  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Bugs during ProcessCatchupEvent()  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndQuadrant.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


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Some more function-default issues
Next
From: "Robert Haas"
Date:
Subject: Re: QuickLZ compression algorithm (Re: Inclusion in the PostgreSQL backend for toasting rows)