Re: PostgreSQL 9.3 beta breaks some extensions "make install"

Поиск
Список
Период
Сортировка
От Cédric Villemain
Тема Re: PostgreSQL 9.3 beta breaks some extensions "make install"
Дата
Msg-id 201305281410.32535.cedric@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: PostgreSQL 9.3 beta breaks some extensions "make install"  (Cédric Villemain <cedric@2ndquadrant.com>)
Ответы Re: PostgreSQL 9.3 beta breaks some extensions "make install"  (Cédric Villemain <cedric@2ndquadrant.com>)
Список pgsql-hackers
> I just took time to inspect our contribs, USE_PGXS is not supported by all
> of them atm because of SHLIB_PREREQS (it used submake) I have a patch
> pending here to fix that.

Attached patch fix SHLIB_PREREQS when building with USE_PGXS

commit 19e231b introduced SHLIB_PREREQS but failed to port that to PGXS build.

The issue is that "submake-*" can not be built with PGXS, in this case they
must check that expected files are present (and installed).
Maybe it is better to only check if they have been built ?

This fix the build of dblink and postgres_fdw (make USE_PGXS=1)

--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation

Вложения

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

Предыдущее
От: Szymon Guz
Дата:
Сообщение: storing plpython global pointer
Следующее
От: Jan Urbański
Дата:
Сообщение: Re: storing plpython global pointer