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 21459e71-77c1-c3d0-a3e4-e2b97fd1efc3@aklaver.com
Whole thread Raw
In response to Re: How to fix 0xC0000005 exception in Postgres 9.0  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: How to fix 0xC0000005 exception in Postgres 9.0  ("Andrus" <kobruleht2@hot.ee>)
List 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.
> 

Realized I should have been clearer. By pre-libpq I meant this:

https://odbc.postgresql.org/docs/release.html

psqlODBC 09.05.0100 Release
Changes:

     Use libpq for all communication with the server
     Previously, libpq was only used for authentication. Using it for 
all communication lets us remove a lot of duplicated code. libpq is now 
required for building or using libpq.

-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Ron
Date:
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0
Next
From: Adrian Klaver
Date:
Subject: Re: How to fix 0xC0000005 exception in Postgres 9.0