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

From Adrian Klaver
Subject Re: How to fix 0xC0000005 exception in Postgres 9.0
Date
Msg-id a447493e-ca97-71ad-8374-d132dde6604a@aklaver.com
Whole thread Raw
In response to Re: How to fix 0xC0000005 exception in Postgres 9.0  ("Andrus" <kobruleht2@hot.ee>)
Responses Re: How to fix 0xC0000005 exception in Postgres 9.0  (Ron <ronljohnsonjr@gmail.com>)
List pgsql-general
On 2/22/20 2:39 PM, Andrus wrote:
> 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

This is a different issue and involves a product VFP that is EOL 5-10 
years depending on support package. I'm going to say the hand writing is 
on the wall and it is time to upgrade software.


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


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Edson Richter
Date:
Subject: RE: Replication: slave server has 3x size of production server?
Next
From: Adrian Klaver
Date:
Subject: Re: How to get error message details from libpq based psqlODBC driver(regression)