pgsql: Add checks to verify that a plpgsql function returning a rowtype

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add checks to verify that a plpgsql function returning a rowtype
Date: 2006-01-03 22:48:10
Message-ID: 20060103224810.9C6F79DC87A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.158 -> r1.159)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.158&r2=1.159)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-03 22:48:22 pgsql: Add checks to verify that a plpgsql function returning a rowtype
Previous Message Joe Conway 2006-01-03 21:15:18 Re: pgsql: Assume select() might modify struct timeout,