pgsql: Remove allow_nonpic_in_shlib

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove allow_nonpic_in_shlib
Дата
Msg-id E1TkqTE-0002kx-1F@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove allow_nonpic_in_shlib

This was used in a time when a shared libperl or libpython was difficult
to come by.  That is obsolete, and the idea behind the flag was never
fully portable anyway and will likely fail on more modern CPU
architectures.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a5f04dd7eed0ac27cc5da9520ef55e16531bca6

Modified Files
--------------
src/makefiles/Makefile.freebsd |    4 ----
src/makefiles/Makefile.linux   |    1 -
src/pl/plperl/GNUmakefile      |    5 ++---
src/pl/plpython/Makefile       |    5 ++---
4 files changed, 4 insertions(+), 11 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Put PL/pgSQL RAISE USING keywords into a list
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix typo