forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4ac592b
committed
Fix oversight in my recent patch to allow ExecMakeFunctionResult to handle
materialize-mode set results. Since it now uses the ReturnSetInfo nodeto hold internal state, we need to be sure to set up the node even whenthe immediately called function doesn't return set (but does have a set-valuedargument). Per report from Anupama Aherrao.1 parent517ae40 commit4ac592b
1 file changed
+18
-18
lines changedLines changed: 18 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 |
| - | |
1437 |
| - | |
1438 |
| - | |
1439 |
| - | |
1440 |
| - | |
1441 |
| - | |
1442 |
| - | |
1443 |
| - | |
1444 |
| - | |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
1448 |
| - | |
1449 |
| - | |
1450 |
| - | |
1451 |
| - | |
1452 |
| - | |
1453 | 1436 |
| |
1454 | 1437 |
| |
1455 | 1438 |
| |
| |||
1464 | 1447 |
| |
1465 | 1448 |
| |
1466 | 1449 |
| |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
1467 | 1467 |
| |
1468 | 1468 |
| |
1469 | 1469 |
| |
|
0 commit comments
Comments
(0)