Re: New 9.5.0100 does not work properly - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: New 9.5.0100 does not work properly
Date
Msg-id 56953B28.3010803@aklaver.com
Whole thread Raw
In response to Re: New 9.5.0100 does not work properly  (Walter Willmertinger <willmis@gmail.com>)
List pgsql-odbc
On 01/12/2016 09:05 AM, Walter Willmertinger wrote:
> Yesterday I tried the combined package, now after deinstalling I tried
> the x64 and the x86 9.5.
> Neither of them works for me (Write conflict after first try of updating
> data).
>
> After uninstalling 9.5 and installing 9.3.400 anything works again.
>

Hmm this is going to need someone with more knowledge of the internals
then I. My suspicion is that is has to do with the item below from the
9.5 Release Notes:

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

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.

My only reason for thinking this is from your MyLog excerpt:

query='BEGIN'[8.457]ParseWithLibpq:

and the fact that you are using a version of Postgres 8.4.22 that is no
longer supported. Best guess is that there is a libpq incompatibility.

Are there any errors in the MyLog when you used the psqlodbc 9.5 version?

--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: New 9.5.0100 does not work properly
Next
From: "Inoue, Hiroshi"
Date:
Subject: Re: New 9.5.0100 does not work properly