exec_move_row() should be more forgiving of tuples with a different

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8bb3c8fe5413103c30ba8d1bcb3a1f8e46bddf3d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-04-30T20:05:40Z
Releases: 7.1.1
exec_move_row() should be more forgiving of tuples with a different
number of columns than it was expecting, for reasons that are now
documented in the code...

Files

PathChange+/−
src/pl/plpgsql/src/pl_exec.c modified +33 −32