]> granicus.if.org Git - postgresql/commit
Fix plpython to work (or at least pass its regression tests) with
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2006 21:51:05 +0000 (21:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Nov 2006 21:51:05 +0000 (21:51 +0000)
commitc714e5cba7ae76e9f4c7fbeedb6dcb4f203e708b
tree779f3f0b3f6f56701479d88bc8fcbd6c1de5455f
parenta48e92ea1d3420b0893b7996be2d89c15344628d
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.
src/pl/plpython/expected/plpython_error_3.out [new file with mode: 0644]
src/pl/plpython/plpython.c