libpq API incompatibility between 7.4 and 8.0

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема libpq API incompatibility between 7.4 and 8.0
Дата
Msg-id 200502021222.50831.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: libpq API incompatibility between 7.4 and 8.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Mark Cave-Ayland"
Дата:
Сообщение: Re: [NOVICE] Last ID Problem
Следующее
От: Rafael Martinez Guerrero
Дата:
Сообщение: Problems with initdb 8.0.1