Improve the recently-added code for inlining set-returning functions so that
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Oct 2008 19:27:40 +0000 (19:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 9 Oct 2008 19:27:40 +0000 (19:27 +0000)
commit782d28291dcb903a82e7e66718072e8d258476b4
tree5413f91c836b9e58279efd157c16415099858eec
parent928cafa02a8d4ca9ceeff631541ffceb13890fc7
Improve the recently-added code for inlining set-returning functions so that
it can handle functions returning setof record.  The case was left undone
originally, but it turns out to be simple to fix.
src/backend/optimizer/prep/prepjointree.c
src/backend/optimizer/util/clauses.c
src/include/optimizer/clauses.h