forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1819a37
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 parente4e60e7 commit1819a37
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
4476 | 4477 |
| |
4477 | 4478 |
| |
4478 | 4479 |
| |
4479 |
| - | |
| 4480 | + | |
| 4481 | + | |
| 4482 | + | |
4480 | 4483 |
| |
4481 | 4484 |
| |
| 4485 | + | |
4482 | 4486 |
| |
4483 | 4487 |
| |
4484 | 4488 |
| |
|
0 commit comments
Comments
(0)