Fix plpython to not get totally confused by OUT arguments. (It still doesn't
Tom Lane <tgl@sss.pgh.pa.us>
Fix plpython to not get totally confused by OUT arguments. (It still doesn't support multiple OUT arguments, though.) Hannu Krosing
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/expected/plpython_function.out | modified | +11 −0 |
| src/pl/plpython/expected/plpython_test.out | modified | +15 −0 |
| src/pl/plpython/plpython.c | modified | +70 −48 |
| src/pl/plpython/sql/plpython_function.sql | modified | +13 −0 |
| src/pl/plpython/sql/plpython_test.sql | modified | +5 −0 |