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/
Responses
pgsql-hackers by date
| Next: | From: a_ogawa | Date: 2005-02-02 15:07:09 |
| Subject: Re: FunctionCallN improvement. |
| Previous: | From: Rafael Martinez Guerrero | Date: 2005-02-02 11:17:25 |
| Subject: Problems with initdb 8.0.1 |
pgsql-patches by date
| Next: | From: Tom Lane | Date: 2005-02-02 16:07:54 |
| Subject: Re: libpq API incompatibility between 7.4 and 8.0 |
| Previous: | From: Neil Conway | Date: 2005-02-02 06:37:03 |
| Subject: Re: patch for temporary view from TODO list |