Re: How to fix 0xC0000005 exception in Postgres 9.0

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "Adrian Klaver" <adrian(dot)klaver(at)aklaver(dot)com>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0
Date: 2020-02-22 22:39:53
Message-ID: 87453ADCCFE04FB0A9DF5B7EE2048A69@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Edson Richter 2020-02-22 22:51:56 RE: Replication: slave server has 3x size of production server?
Previous Message Christophe Pettus 2020-02-22 22:37:22 Re: Can I trigger an action from a coalesce ?