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)
commitbdc7dd6799ce6effc48de58ca9ecbec82461d8b6
tree940bcb9df06f6f6d81d54368968c7799ab3c59fc
parentd61eecb5a17d1b9373ca75fb4d6de4e35ba3f640
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