Re: [HACKERS] Should libedit be preferred to libreadline?

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DCP SD
Тема Re: [HACKERS] Should libedit be preferred to libreadline?
Дата
Msg-id E1539E0ED7043848906A8FF995BDA5799A5651@m0143.s-mxs.net
обсуждение исходный текст
Ответы Re: [HACKERS] Should libedit be preferred to libreadline?  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-patches
> With AIX 5, the easiest way to get a shared object is to pass
"-bexpall"
> to the linker. This results in all symbols being exported.

Yes, that is another reason not to use this broken switch.
And last time I checked (AIX 4.3.3), -bexpall did not export all needed
symbols
(e.g. globals) from the backend eighter. And the counterpart -bimpall
did also not work.
Dynamic loading did not work without the .imp and .exp files :-(

Andreas

PS: I'd prefer if readline was only linked where it is needed, namely in
psql.

В списке pgsql-patches по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: In pg_dump "no owner" mode don't dump owner names in
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: [HACKERS] Should libedit be preferred to libreadline?