]> 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:43 +0000 (19:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 Feb 2010 19:37:43 +0000 (19:37 +0000)
commit45c17a7ad52fdb1b281954c475b294281bd2612e
tree5f55e533d7544efceaa85d9dfce4da4f03501aab
parentf7231399a4d9fb19a12060f74bc8b2990c50e5af
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