- Notifications
You must be signed in to change notification settings - Fork5
Commit515e813
committed
Fix inline_set_returning_function() to allow multiple OUT parameters.
inline_set_returning_function failed to distinguish functions returninggeneric RECORD (which require a column list in the RTE, as well as run-timetype 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.1 parentf66c825 commit515e813
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
4516 | 4517 | | |
4517 | 4518 | | |
4518 | 4519 | | |
4519 | | - | |
| 4520 | + | |
| 4521 | + | |
| 4522 | + | |
4520 | 4523 | | |
4521 | 4524 | | |
| 4525 | + | |
4522 | 4526 | | |
4523 | 4527 | | |
4524 | 4528 | | |
| |||
0 commit comments
Comments
(0)