Fix bug introduced in recent patch to make plpython cope with OUT arguments:
Tom Lane <tgl@sss.pgh.pa.us>
Fix bug introduced in recent patch to make plpython cope with OUT arguments: the proc->argnames array has to be initialized to zero immediately on creation, since the error recovery path will try to free its elements.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/plpython.c | modified | +2 −2 |