Fix bug introduced in recent patch to make plpython cope with OUT arguments:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 70b6e99e40c07c9dfaed932d466b8c4b687cbc15
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-11-04T15:16:48Z
Releases: 8.4.0
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

PathChange+/−
src/pl/plpython/plpython.c modified +2 −2