Fix plpython to not get totally confused by OUT arguments. (It still doesn't
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 May 2008 02:47:48 +0000 (02:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 3 May 2008 02:47:48 +0000 (02:47 +0000)
commit3b67ca9c149e393a3719cf196ba3770c9c92de48
tree3ba4c66db82d6f6a54299b64c77f3c2580a5ec30
parent5508aa49cdac73601a10b16eadb4c9df15c9f62c
Fix plpython to not get totally confused by OUT arguments.  (It still doesn't
support multiple OUT arguments, though.)

Hannu Krosing
src/pl/plpython/expected/plpython_function.out
src/pl/plpython/expected/plpython_test.out
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_function.sql
src/pl/plpython/sql/plpython_test.sql