AW: Idea: quicker abort after loss of client connection - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Idea: quicker abort after loss of client connection
Date
Msg-id 11C1E6749A55D411A9670001FA687963368308@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> We have deliberately avoided trying to abort as soon as the connection
> drops, for fear that that might cause unexpected problems.

Isn't there the additional worry, that if the backend does not abort,
that the client might not even notice the error (receives the next packet
which happens to be aligned at row boundaries) ? 
Thus my understanding would be, that we eighter need to retry the send, 
or abort immediately.

If you do the query cancel, and the connection problem was only intermittent
then the client might receive the query cancelled response for which he is not
prepared, no ?

Imho if the backend cannot allways safely abort, that would be a bug, no ?

Andreas


pgsql-hackers by date:

Previous
From: Roberto Fichera
Date:
Subject: Re: Acucobol interface
Next
From: Alessio Bragadini
Date:
Subject: Re: ORDER BY Problem...