diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-03 17:53:33 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-11-03 17:53:33 -0400 |
commit | 9fc28fb5ea16c7f335aba052a2c31bbd03932f09 (patch) | |
tree | 42839d20693c30b5c5a9a22ab0f32af109c4ba43 /src/tutorial/complex.c | |
parent | 9f19cc28a439c88c73bc6083ebd9cd603a65b7fe (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/complex.c')
0 files changed, 0 insertions, 0 deletions