pgsql: Make hstore_plperl's build more like plperl's

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Make hstore_plperl's build more like plperl's
Дата
Msg-id E1YoGo0-0007vl-Jt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make hstore_plperl's build more like plperl's

This involves moving perl's CORE library to the end of the include list,
and adding other compilation settings that plperl uses. This won't
completely fix the breakage currently being seen by gcc builds on
Windows, but it will let the build get further, and should be wholly
benign, if not beneficial, on *nix.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/77477e745be534c5925cf7cb8b9c6a7698c575a3

Modified Files
--------------
contrib/hstore_plperl/Makefile |    5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Mark views created from tables as replication identity 'nothing'
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Move interpreter shared library detection to configure