Re: Problems with linking against PostgreSQL 8.4

From: Pavel Raiskup <praiskup(at)redhat(dot)com>
To: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Problems with linking against PostgreSQL 8.4
Date: 2013-12-06 18:42:55
Message-ID: 1432784.TsNMmySNEU@nb.usersys.redhat.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> > I see that the symbol was added to PostgreSQL project in ~2010 and it
> > seems to be a problem. Should I expect that newer drivers are able to be
> > run against older (still supported by PostgreSQL community) PostgreSQL
> > server, namely 8.4.13?
>
> You need to compile against a newer libpq but after that,
> you can connect to an older server.

Ah yes, that would be possible, thanks! But still, if that is expected -
we should at least check older libpq's via configure.ac and blacklist
them, or? It is pretty usual to have installed server & libpq of the same
version on the same machine...

Pavel

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2013-12-06 21:11:40 Re: Problems with linking against PostgreSQL 8.4
Previous Message Boszormenyi Zoltan 2013-12-06 18:29:21 Re: Problems with linking against PostgreSQL 8.4