Re: Frustrating issue with PGXS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Frustrating issue with PGXS
Дата
Msg-id 200706271030.49754.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Frustrating issue with PGXS  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Frustrating issue with PGXS  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: Frustrating issue with PGXS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Am Dienstag, 26. Juni 2007 16:12 schrieb Tom Lane:
> True.  OK, then let's add the ifndef to Makefile.global and change the
> existing extension makefiles to
>
>         PG_CONFIG := pg_config
>         PGXS := $(shell $(PG_CONFIG) --pgxs)
>         include $(PGXS)
>
> Any objections?

Yes.  I think that solution is wrong.  It merely creates other possibilities 
to use mismatching combinations.  What was the problem with just making all 
uses of pg_config in Makefile.global use a hardcoded bindir directly?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: HOT: Incomplete issues
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: tsearch in core patch