Fix bug introduced in recent patch to make plpython cope with OUT arguments:
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Nov 2008 15:16:48 +0000 (15:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Nov 2008 15:16:48 +0000 (15:16 +0000)
commitcb9ed92d80467c0b3d6737c895c63d6ce6a3b749
treec92aa487d58e575ab67d58a3f6a37e9697a593cd
parent3dd9bb7df11e751d682cbaa99517e0e63f97e939
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.
src/pl/plpython/plpython.c