]> 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:46 +0000 (22:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 12 Oct 2010 02:16:46 +0000 (22:16 -0400)
commit67120d35e28b85bbb4d10f4568f6e3b85c8e0460
treec3885cc25dff02d03ea7d7b02d7d767d63c38284
parent3b6eb752d99360e4e21ddff2c3edf750ab9b026a
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