]> granicus.if.org Git - postgresql/commit
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)
commit70b6e99e40c07c9dfaed932d466b8c4b687cbc15
tree9828c175a5f1d61d2d9cd9884170023c0e6eae86
parent725ba51f2c1eb87aca90dec7deb0f17e6f4d8adb
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