Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Mon, 19 Apr 2004 11:36:35 -0400
  • Message-id: <25572.1082388995@sss.pgh.pa.us> <text/plain>

"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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group