Re: plpython triggers are broken for composite-type columns
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Jan Urbański <wulczer@wulczer.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2012-04-26T18:13:41Z
Lists: pgsql-hackers
On mån, 2012-04-23 at 02:25 +0200, Jan Urbański wrote: > It turned out not to be as straightforward as I though :( Yeah, been there ... > > The I/O code in PL/Python is a bit of a mess and that's something that > I'd like to address somewhere in the 9.3 development cycle. Right now > making the conversion function recursive is not possible without some > deep surgery (or kludgery...) so I limited myself to producing > regression-fixing patches for 9.2 and 9.1 (attached). Committed.