mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-04-01 00:38:43 +08:00
copying/converting the new value, which meant that it failed badly on "var := var" if var is of pass-by-reference type. Fix this and a similar hazard in exec_move_row(); not sure that the latter can manifest before 8.0, but patch it all the way back anyway. Per report from Dave Chapeskie.