Re: How to fix 0xC0000005 exception in Postgres 9.0

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Andrus <kobruleht2(at)hot(dot)ee>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0
Date: 2020-02-22 23:12:52
Message-ID: a447493e-ca97-71ad-8374-d132dde6604a@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-02-22 23:19:50 Re: How to get error message details from libpq based psqlODBC driver (regression)
Previous Message Edson Richter 2020-02-22 22:51:56 RE: Replication: slave server has 3x size of production server?