Re: Frustrating issue with PGXS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Frustrating issue with PGXS
Дата
Msg-id 16063.1182953573@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Frustrating issue with PGXS  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Am Dienstag, 26. Juni 2007 16:12 schrieb Tom Lane:
>>         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.

Well, it's certainly *possible* to screw it up, but the idea is that the
"obvious" way of putting in a path will work; whereas before the obvious
way did not work.  So I think it's a step forward.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Frustrating issue with PGXS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: tsearch in core patch