]> 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:37:52 +0000 (19:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Feb 2010 19:37:52 +0000 (19:37 +0000)
commitbd11a4690bf8e46d1291e1377ce56d661c11cb61
tree1b069ca506f26ed7443abcfda1f9c89c35d93628
parent684312b3ea6c6cc92934cdef3cf7be7ce1efad45
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