Re: New 9.5.0100 does not work properly

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Walter Willmertinger <willmis(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: New 9.5.0100 does not work properly
Date: 2016-01-12 17:43:04
Message-ID: 56953B28.3010803@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2016-01-18 12:38:27 Re: New 9.5.0100 does not work properly
Previous Message Adrian Klaver 2016-01-12 17:18:39 Re: New 9.5.0100 does not work properly