BUG #17981: HY000 server closed the connection unexpectedly

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17981: HY000 server closed the connection unexpectedly
Дата
Msg-id 17981-984fdc9ec7e66b42@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17981: HY000 server closed the connection unexpectedly  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список 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 по дате отправления:

Предыдущее
От: Richard Guo
Дата:
Сообщение: Re: BUG #17978: Unexpected error: "wrong varnullingrels (b) (expected (b 5)) for Var 6/2" triggered by JOIN
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17982: Inconsistent results of SELECT with CTE caused by subquery comparison