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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: aa4762e7c8892bcf76637f451a9220b8a14019c5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-14T21:44:46Z
Releases: 7.3.10
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.

Files

PathChange+/−
src/backend/optimizer/util/clauses.c modified +8 −1