Fix plpython so that it again honors typmod while assigning to tuple fields.

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

Commit: 09130e5867d49c72ef0f11bef30c5385d83bf194
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-10-12T02:16:40Z
Releases: 9.1.0
Fix plpython so that it again honors typmod while assigning to tuple fields.

This was broken in 9.0 while improving plpython's conversion behavior for
bytea and boolean.  Per bug report from maizi.

Files