From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Martin Pitt <mpitt(at)debian(dot)org> |
Subject: | libpq API incompatibility between 7.4 and 8.0 |
Date: | 2005-02-02 11:22:50 |
Message-ID: | 200502021222.50831.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
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/
From | Date | Subject | |
---|---|---|---|
Next Message | a_ogawa | 2005-02-02 15:07:09 | Re: FunctionCallN improvement. |
Previous Message | Rafael Martinez Guerrero | 2005-02-02 11:17:25 | Problems with initdb 8.0.1 |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-02-02 16:07:54 | Re: libpq API incompatibility between 7.4 and 8.0 |
Previous Message | Neil Conway | 2005-02-02 06:37:03 | Re: patch for temporary view from TODO list |