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:29
Message-ID: 20060103224829.1FCBA9DCA23@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_0_STABLE

Modified Files:
--------------
pgsql/src/pl/plpgsql/src:
pl_exec.c (r1.127.4.3 -> r1.127.4.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.127.4.3&r2=1.127.4.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-03 23:32:30 pgsql: Fix incorrect treatment of
Previous Message Tom Lane 2006-01-03 22:48:22 pgsql: Add checks to verify that a plpgsql function returning a rowtype