Re: How to fix 0xC0000005 exception in Postgres 9.0

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, 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-20 22:47:11
Message-ID: acd7a53c-6726-57ac-a96b-29957c627668@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/20/20 2:42 PM, Alvaro Herrera wrote:
> On 2020-Feb-20, Andrus wrote:
>
>>> Upgrade to a version of Postgres that is not 5 years past EOL?
>>
>> Not possible at moment because requires lot of testing not to break existing
>> applications.
>> Planned in future.
>
> Applications are already broken, since they can't connect, right? Seems
> like a great time to test them with an upgraded server.
>

From here:

https://www.postgresql.org/message-id/B75CDDBB971F43D0864066636BBAA24B%40dell2

the breakage seems restricted to ODBC connection to localhost with user
dbadmin(other users maybe?). The driver is psqlODBC driver 09.00.0101,
which I believe is pre-libpq, so libpq connections seem to work.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2020-02-20 22:48:38 Re: How to fix 0xC0000005 exception in Postgres 9.0
Previous Message Alvaro Herrera 2020-02-20 22:42:20 Re: How to fix 0xC0000005 exception in Postgres 9.0