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_3_STABLE
Modified Files:
--------------
pgsql/src/backend/optimizer/util:
clauses.c (r1.109 -> r1.109.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/clauses.c.diff?r1=1.109&r2=1.109.2.1)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2005-04-14 22:09:40 |
| Subject: pgsql: Put back blessing of record-function tupledesc, which I removed |
| Previous: | From: Tom Lane | Date: 2005-04-14 21:44:35 |
| Subject: pgsql: Don't try to constant-fold functions returning RECORD, since the |