BUG #17981: HY000 server closed the connection unexpectedly - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #17981: HY000 server closed the connection unexpectedly
Date
Msg-id 17981-984fdc9ec7e66b42@postgresql.org
Whole thread Raw
Responses Re: BUG #17981: HY000 server closed the connection unexpectedly  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17981
Logged by:          Sayan Oruspay
Email address:      sayanoruspai@gmail.com
PostgreSQL version: 12.1
Operating system:   Windows 10
Description:

I am writing an application that connects to the local database through
psqlodbc version 13.02. And when I manually stop my database service, I get
sqlstate HY000 and message 'server closed the connection unexpectedly ...'.
Should not it be something like 08S01? Also SQLGetConnectAttr(GetHandle(),
SQL_ATTR_CONNECTION_DEAD, &dead, SQL_IS_INTEGER, nullptr); does not produce
right answer and dead is returned equal to SQL_CD_FALSE.


pgsql-bugs by date:

Previous
From: Richard Guo
Date:
Subject: Re: BUG #17978: Unexpected error: "wrong varnullingrels (b) (expected (b 5)) for Var 6/2" triggered by JOIN
Next
From: PG Bug reporting form
Date:
Subject: BUG #17982: Inconsistent results of SELECT with CTE caused by subquery comparison