Re: canceling query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: "Magnus Hagander" <mha(at)sollentuna(dot)net>, pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: canceling query
Date: 2004-04-19 15:36:35
Message-ID: 25572.1082388995@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

"Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)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

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-04-19 19:11:21 Re: canceling query
Previous Message Tom Lane 2004-04-19 15:20:35 Re: canceling query