fix for pl/pythons named OUT parameter handling

Started by Hannu Krosingabout 18 years ago2 messagespatches
Jump to latest
#1Hannu Krosing
hannu@tm.ee

Before this patch, pl/python will not do the right thing if OUT
parameters are present

----------------
Hannu

Attachments:

plpython.difftext/x-patch; charset=UTF-8; name=plpython.diffDownload+140-97
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hannu Krosing (#1)
Re: fix for pl/pythons named OUT parameter handling

Hannu Krosing <hannu@krosing.net> writes:

Before this patch, pl/python will not do the right thing if OUT
parameters are present

Applied with minor stylistic corrections.

I notice that plpython still doesn't like multiple OUT parameters,
but at least it throws a sane error ...

regards, tom lane