[ python-Bugs-1003258 ] Use PGXS to build the PL module
noreply at pgfoundry.org
noreply at pgfoundry.org
Wed Dec 12 23:19:06 UTC 2007
Bugs item #1003258, was opened at 2007-04-18 20:59
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1003258&group_id=1000094
Category: BE/TEOP
Group: To do
Status: Open
Resolution: None
Priority: 4
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Use PGXS to build the PL module
Initial Comment:
For a while now, teop has used a distutils extension to compile the PL module. While this paved the road for doing builds on Windows, and any platform supported by distutils that can compile CPython, it is difficult to maintain. While it extends distutils, so it should be portable, but chances are it's going to require more effort to maintain it than a PGXS makefile.
----------------------------------------------------------------------
>Comment By: James Pye (jwp)
Date: 2007-12-12 16:19
Message:
Considering consolidating the Python extension module with the Postgres extension to continue to simplify the build process and to make it not such an exotic PL.
(the cases to keep them separate are not useful enough to justify the extra work)
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1003258&group_id=1000094
More information about the Python-general
mailing list