Am Freitag, 16. Juli 2004 16:34 schrieb Fabien COELHO:
Please find attached another new version of a patch which provides a working infrastructure for pg extensions. I hope it addresses all of Peter's comments. I'll be away for the next 3 weeks, so if minor changes are required it would be best if you could proceed without me...
Done.
I've tested pgxs with PL/R and it allows me to build successfully without using a Postgres source tree. Many thanks to both Fabien and Peter for this!
One question did arise, however. In order to use pgxs I needed to do: make install-all-headers instead of: make install
I seem to recall some discussion about this, but at the time didn't realize the impact. IMHO pgxs support (including all needed headers) should be installed by default, else we won't be able to count on it being there when needed. Any chance we can revisit this?
Thanks,
Joe
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match