diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-03 17:53:26 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-03 17:53:26 -0400 |
| commit | 9b3c35a9db418379fc760105df04ac30810f9c88 (patch) | |
| tree | 0ccb358b80a1f75d4ceac224ffb5e36cf232bc50 /src/tutorial/basics.source | |
| parent | 42f77244e75a7f82bd87ccf72bdd9d2eb2005f69 (diff) | |
Fix inline_set_returning_function() to allow multiple OUT parameters.
inline_set_returning_function failed to distinguish functions returning
generic RECORD (which require a column list in the RTE, as well as run-time
type checking) from those with multiple OUT parameters (which do not).
This prevented inlining from happening. Per complaint from Jay Levitt.
Back-patch to 8.4 where this capability was introduced.
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions
