]> 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:09 +0000 (21:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 Apr 2005 21:44:09 +0000 (21:44 +0000)
commit939712ee73815d9c86ad05d49eb8bf08c49fb7ea
tree8748b2506a1af98fe0cec228123693e09377dab7
parentb79a718fac17da9a2c71008158a9a650176b6fd9
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