]> granicus.if.org Git - postgresql/commit
Don't try to constant-fold functions returning RECORD, since the optimizer
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2005 21:44:46 +0000 (21:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2005 21:44:46 +0000 (21:44 +0000)
commitaa4762e7c8892bcf76637f451a9220b8a14019c5
tree00ba6ac190cce3ec471c80ef16ac41a7b2442d97
parent536b3af7e3b46140e5d37491569aa26d7e517ab6
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.
src/backend/optimizer/util/clauses.c