Re: Frustrating issue with PGXS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Frustrating issue with PGXS
Дата
Msg-id 18357.1182867136@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Frustrating issue with PGXS  (Fabien COELHO <fabien.coelho@ensmp.fr>)
Ответы Re: Frustrating issue with PGXS  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: Frustrating issue with PGXS  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Fabien COELHO <fabien.coelho@ensmp.fr> writes:
> But ISTM that the remedy (breaking all past makefiles for all extensions) 
> is not worth the issue.
> A better documentation, and possibly following your suggestion with an 
> explicit PG_CONFIG in contrib makefiles, but without breaking existing 
> extensions seems quite enough. The error made by Eddie is legitimate, but
> it is also something rare, it did not come up in the last two years.

True.  OK, then let's add the ifndef to Makefile.global and change the
existing extension makefiles to
PG_CONFIG := pg_configPGXS := $(shell $(PG_CONFIG) --pgxs)include $(PGXS)

Any objections?
        regards, tom lane


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

Предыдущее
От: Chris Mair
Дата:
Сообщение: no cascade triggers?
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Arrange for quote_identifier() and pg_dump to not quote keywords