]> granicus.if.org Git - postgresql/commit
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:02:03 +0000 (01:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 8 May 2001 01:02:03 +0000 (01:02 +0000)
commit8c2fca17d83a154c65ce364ba862125a1e47a054
tree572a3012891c57034ff6410f73bd18619288532d
parent7d7ab8a29bcaea0217ba694342d62cd5185d79b0
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