BUG? server closed the connection unexpectedly 7.4 on Windows (cygwin)

From: "ezra epstein" <ee_newsgroup_post(at)prajnait(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG? server closed the connection unexpectedly 7.4 on Windows (cygwin)
Date: 2004-02-08 02:36:09
Message-ID: 3LWcndATy-LlArjdXTWc-g@speakeasy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following query yields:

PublishWorks=> select count(*) from merchandise.ds_item(6);
count
-------
815
(1 row)

Yet the following produces:

PublishWorks=> select count(item.*) from merchandise.ds_item(6) item;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>

As does:

PublishWorks=> select count(item.*) from merchandise.ds_item(6) as item;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
!>

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Greg Stark 2004-02-08 17:14:36 Re: Kerberos as source of user name? (Re: [BUGS] segfault in psql on x86_64)
Previous Message Tom Lane 2004-02-08 00:06:41 Re: BUG #1074: postgresql crashes