OSDN Git Service

Un-break exec_move_row() for case that a NULL tuple and tupdesc are
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 May 2001 01:00:53 +0000 (01:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 May 2001 01:00:53 +0000 (01:00 +0000)
commiteb62f076d0744fdf559e0e39a123db9cfe7b36d1
tree5834153a7e481db221d62ab2b4023dd71c5f0f7c
parentf4832defa910c104d4c5b156e6e998276c7e9049
Un-break exec_move_row() for case that a NULL tuple and tupdesc are
passed, which occurs when no rows are retrieved by a SELECT.
Mea maxima culpa ... I should have caught this.
src/pl/plpgsql/src/pl_exec.c