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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug introduced in recent patch to make plpython cope with OUT
Date: 2008-11-04 15:16:48
Message-ID: 20081104151648.D96407545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.115 -> r1.116)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.115&r2=1.116)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2008-11-04 15:48:48 psqlodbc - psqlodbc: Fixed Soalris compiller error.
Previous Message Peter Eisentraut 2008-11-04 14:58:22 pgsql: Experimental new support for building man pages via docbook2x, an