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:22
Message-ID: 20060103224822.251009DC9EF@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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.154.2.1 -> r1.154.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.154.2.1&r2=1.154.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-03 22:48:29 pgsql: Add checks to verify that a plpgsql function returning a rowtype
Previous Message Tom Lane 2006-01-03 22:48:10 pgsql: Add checks to verify that a plpgsql function returning a rowtype