Re: canceling query - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: canceling query
Date
Msg-id 25572.1082388995@sss.pgh.pa.us
Whole thread Raw
In response to Re: canceling query  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers-win32
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> No crash, just:

> LOG:  could not send data to client: Unknown error
> LOG:  could not receive data from client: Unknown error
> LOG:  unexpected EOF on client connection

This is expected except for the "Unknown error".  You should be
seeing the equivalent of EPIPE, typically "Broken pipe" on Unixen.
It sounds like the error number handling may not be quite right
on Win32.

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Re: canceling query
Next
From: "Magnus Hagander"
Date:
Subject: Re: canceling query