Re: pl/python do not delete function arguments
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Jan Urbański <wulczer@wulczer.org>
Cc: Robert Haas <robertmhaas@gmail.com>,
Hitoshi Harada <umi.tanuki@gmail.com>, Postgres - Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-28T19:52:42Z
Lists: pgsql-hackers
On lör, 2011-02-26 at 09:43 +0100, Jan Urbański wrote: > I'm officially at a loss on how to fix that bug without some serious > gutting of how PL/Python arguments work. If someone comes up with a > brilliant way to solve this problem, we can commit it after beta, or > even during the 9.2 cycle (should the brilliant solution be > backpatcheable). We'd essentially be trading off freeing something too soon with freeing it not at all. I'm not sure how good that tradeoff is.