pgsql: Don't try to constant-fold functions returning RECORD, since the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't try to constant-fold functions returning RECORD, since the
Date: 2005-04-14 21:44:35
Message-ID: 20050414214435.85ED153AAA@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't try to constant-fold functions returning RECORD, since the optimizer
isn't presently set up to pass them an expected tuple descriptor. Bug has
been there since 7.3 but was just recently reported by Thomas Hallgren.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/optimizer/util:
clauses.c (r1.154.2.3 -> r1.154.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c.diff?r1=1.154.2.3&r2=1.154.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-14 21:44:47 pgsql: Don't try to constant-fold functions returning RECORD, since the
Previous Message Tom Lane 2005-04-14 21:44:22 pgsql: Don't try to constant-fold functions returning RECORD, since the