]> 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:22 +0000 (21:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2005 21:44:22 +0000 (21:44 +0000)
commit59974b0e0ae8cd48c20642d571a69d5e3b7b29d0
treef4dd02ad13e50dc1d2c189309bef6912394c6d1b
parentc61d1c95ea83d78212537780e0d14572d413b922
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