]> granicus.if.org Git - postgresql/commit
Fix plpython so that it again honors typmod while assigning to tuple fields.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Oct 2010 02:16:40 +0000 (22:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Oct 2010 02:16:40 +0000 (22:16 -0400)
commit09130e5867d49c72ef0f11bef30c5385d83bf194
treef14f2406eaf729e13ed1b2c014307ebdcb8ef83d
parent4016bdef8aded77b4903c457050622a5a1815c16
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.
src/pl/plpython/expected/plpython_trigger.out
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_trigger.sql