PL/Python should build portably now, if you can get over the fact that
Peter Eisentraut <peter_e@gmx.net>
PL/Python should build portably now, if you can get over the fact that there's no shared libpython. Test suite works as well. Also, add some documentation.
Files
| Path | Change | +/− |
|---|---|---|
| config/python.m4 | modified | +74 −36 |
| configure | modified | +446 −415 |
| configure.in | modified | +8 −5 |
| doc/src/sgml/filelist.sgml | modified | +2 −1 |
| doc/src/sgml/plpython.sgml | added | +152 −0 |
| doc/src/sgml/programmer.sgml | modified | +2 −1 |
| src/interfaces/python/GNUmakefile | modified | +2 −2 |
| src/Makefile.global.in | modified | +7 −3 |
| src/pl/plpython/feature.expected | modified | +3 −3 |
| src/pl/plpython/Makefile | modified | +17 −23 |
| src/pl/plpython/plpython_test.sql | modified | +1 −1 |
| src/pl/plpython/TODO | modified | +25 −9 |