Improve the recently-added code for inlining set-returning functions so that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 76e6602417a00a3b3706dd46e4564c8aa4feda70
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-10-09T19:27:40Z
Releases: 8.4.0
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.

Files