]> granicus.if.org Git - postgresql/commit
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)
commit76e6602417a00a3b3706dd46e4564c8aa4feda70
treee89b8e1aa5b8cf001124f03c5f0572f6b81091d5
parentcbe99a97a8343c36ff7d9ce37381edd75c19e47b
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