Re: Frustrating issue with PGXS - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Frustrating issue with PGXS
Date
Msg-id 16063.1182953573@sss.pgh.pa.us
Whole thread Raw
In response to Re: Frustrating issue with PGXS  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Frustrating issue with PGXS
Next
From: Tom Lane
Date:
Subject: Re: tsearch in core patch