Improve the recently-added code for inlining set-returning functions so that
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/prep/prepjointree.c | modified | +2 −2 |
| src/backend/optimizer/util/clauses.c | modified | +65 −13 |
| src/include/optimizer/clauses.h | modified | +3 −2 |