Update 8.1 and 8.0 plpython to work with Python 2.5. This backports several
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Jul 2008 18:45:05 +0000 (18:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Jul 2008 18:45:05 +0000 (18:45 +0000)
commit6145f0da0ea92c4c943641910cc8f88d60424ca3
tree1b2cd4c6ed1ab8a385eeaa2a5fb4cd7d7614cd00
parent5bb77b410383cecfb6a7ce0915229054184bc703
Update 8.1 and 8.0 plpython to work with Python 2.5.  This backports several
fixes made during the 8.2 development cycle, but not backported at the time
for lack of confidence in the new coding.

I didn't touch 7.4 because it has more problems than this: the configure
probe for Python fails.
src/pl/plpython/expected/plpython_function.out [new file with mode: 0644]
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_function.sql [new file with mode: 0644]