Re: How to fix 0xC0000005 exception in Postgres 9.0 - Mailing list pgsql-general

From Andrus
Subject Re: How to fix 0xC0000005 exception in Postgres 9.0
Date
Msg-id 87453ADCCFE04FB0A9DF5B7EE2048A69@dell2
Whole thread Raw
In response to Re: How to fix 0xC0000005 exception in Postgres 9.0  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: How to fix 0xC0000005 exception in Postgres 9.0  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi!

>I have no idea.

I changed application not to send ; before select.
This solves issues in both servers.

So using ; as first character before select in ODBC command like

;SELECT * from mytable

Causes C5 is Postgres 9.0 and ODBC client hangup with "connection reset by
peer" message in log file in Postgres 9.6
It was great help and especially great ODBC log analyzing in this list,
thanks.

>For psqlODBC issues I would suggest asking here:
>https://www.postgresql.org/list/pgsql-odbc/
>Chances are better that there will be someone there that could answer you
>questions.

I posted error message details issue long time ago in this pgsql-odbc list 
but havent got solution.
I posted it as separate message here and in

https://stackoverflow.com/questions/60357505/how-to-fix-psqlodbc-driver-regression-to-get-error-message-details

Andrus. 




pgsql-general by date:

Previous
From: Christophe Pettus
Date:
Subject: Re: Can I trigger an action from a coalesce ?
Next
From: Edson Richter
Date:
Subject: RE: Replication: slave server has 3x size of production server?