pgsql: AIX: Link the postgres executable with -Wl,-brtllib.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: AIX: Link the postgres executable with -Wl,-brtllib.
Дата
Msg-id E1ZFXYu-0007Na-Mu@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
AIX: Link the postgres executable with -Wl,-brtllib.

This allows PostgreSQL modules and their dependencies to have undefined
symbols, resolved at runtime.  Perl module shared objects rely on that
in Perl 5.8.0 and later.  This fixes the crash when PL/PerlU loads such
modules, as the hstore_plperl test suite does.  Module authors can link
using -Wl,-G to permit undefined symbols; by default, linking will fail
as it has.  Back-patch to 9.0 (all supported versions).

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c2b824e34e2ba9a26e914a41f4dd53f27304dc70

Modified Files
--------------
src/backend/Makefile |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: AIX: Link the postgres executable with -Wl,-brtllib.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: MinGW: Link ltree_plpython with plpython.