pgsql: Fix plpython build on older versions of OS X.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix plpython build on older versions of OS X.
Дата
Msg-id E1TrxAR-0004LB-0G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix plpython build on older versions of OS X.

Pre-Lion versions of Apple's linker don't allow space between -F and its
argument.  (Snow Leopard is nice enough to tell you that in so many words,
but older versions just fail with very obscure link errors, as seen on
buildfarm member locust for instance.)  Oversight in commit
fc8745070a53469a43ecbf999dc5692a36a649cc.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5aec9ccafe3b2b31b95ac69990704f260b8e1a63

Modified Files
--------------
config/python.m4 |    2 +-
configure        |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Add support for generating minimal recovery.conf when doing base
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Add new "-q" logging option (quiet mode) while in initialize mod