libpq API incompatibility between 7.4 and 8.0 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject libpq API incompatibility between 7.4 and 8.0
Date
Msg-id 200502021222.50831.peter_e@gmx.net
Whole thread Raw
Responses Re: libpq API incompatibility between 7.4 and 8.0  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Martin Pitt has detected that the libpq API has changed incompatibly
between 7.4 and 8.0.  This has the effect, for example, that 7.4's psql
cannot run with 8.0's libpq.  Example:

$ LD_LIBRARY_PATH=/home/peter/devel/pg80/pg-install/lib /home/peter/devel/pg74/pg-install/bin/psql --help
/home/peter/devel/pg74/pg-install/bin/psql: relocation error: /home/peter/devel/pg74/pg-install/bin/psql: undefined
symbol:get_progname

I haven't looked further, but we have to fix this urgently, I think.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Mark Cave-Ayland"
Date:
Subject: Re: [NOVICE] Last ID Problem
Next
From: Rafael Martinez Guerrero
Date:
Subject: Problems with initdb 8.0.1