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
Re: Frustrating issue with PGXS |
Список | 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 по дате отправления: