]> granicus.if.org Git - postgresql/commit
Don't choke when exec_move_row assigns a synthesized null to a column
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Feb 2010 19:38:00 +0000 (19:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Feb 2010 19:38:00 +0000 (19:38 +0000)
commitc53917dc66bb1df640636f96d7803e8ace2889d3
tree7d5243b12e4226bff7a0aae6ac694723aac7dc79
parent51e24cc249381ba09bd885296bb1db677d1f2bdf
Don't choke when exec_move_row assigns a synthesized null to a column
that happens to be composite itself.  Per bug #5314 from Oleg Serov.

Backpatch to 8.0 --- 7.4 has got too many other shortcomings in
composite-type support to make this worth worrying about in that branch.
src/pl/plpgsql/src/pl_exec.c