Add checks to verify that a plpgsql function returning a rowtype is actually
authorTom Lane <[email protected]>
Tue, 3 Jan 2006 22:48:28 +0000 (22:48 +0000)
committerTom Lane <[email protected]>
Tue, 3 Jan 2006 22:48:28 +0000 (22:48 +0000)
commit80b8bbad640fd937db48d14a936e869904f89afb
treefacd9d4d14c77ac074a8e6e0487da568665b48d0
parent6c7b9a90b46ee682d9939fd99a24e94ec655e0c1
Add checks to verify that a plpgsql function returning a rowtype is actually
returning the rowtype it's supposed to return.  Per reports from David Niblett
and Michael Fuhr.
src/pl/plpgsql/src/pl_exec.c