]> granicus.if.org Git - postgresql/commit
Don't crash when a rowtype argument to a plpgsql function is NULL.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Feb 2004 01:44:33 +0000 (01:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Feb 2004 01:44:33 +0000 (01:44 +0000)
commit55fb17273983d81838ed1280b87fb2ec7b9c775e
tree9b0a3276a1c592fa6d9056dbac686e23c85b5b53
parent3f2cf812af55706b95f41c79302ccbd5f993f83e
Don't crash when a rowtype argument to a plpgsql function is NULL.
Per report from Chris Campbell.
src/pl/plpgsql/src/pl_exec.c