Fix plpython to work (or at least pass its regression tests) with
Tom Lane <tgl@sss.pgh.pa.us>
Fix plpython to work (or at least pass its regression tests) with python 2.5. This involves fixing several violations of the published spec for creating PyTypeObjects, and adding another regression test expected output for yet another variation of error message spelling.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/expected/plpython_error_3.out | added | +38 −0 |
| src/pl/plpython/plpython.c | modified | +10 −6 |