forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9b3c35a
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 parent42f7724 commit9b3c35a
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 |
| |
| |||
4337 | 4338 |
| |
4338 | 4339 |
| |
4339 | 4340 |
| |
4340 |
| - | |
| 4341 | + | |
| 4342 | + | |
| 4343 | + | |
4341 | 4344 |
| |
4342 | 4345 |
| |
| 4346 | + | |
4343 | 4347 |
| |
4344 | 4348 |
| |
4345 | 4349 |
| |
|
0 commit comments
Comments
(0)