- Notifications
You must be signed in to change notification settings - Fork28
Commitea15e18
committed
Remove obsoleted code relating to targetlist SRF evaluation.
Since69f4b9c plain expression evaluation (and thus normal projection)can't return sets of tuples anymore. Thus remove code dealing withthat possibility.This will require adjustments in external code usingExecEvalExpr()/ExecProject() - that should neither be hard nor verycommon.Author: Andres Freund and Tom LaneDiscussion:https://postgr.es/m/20160822214023.aaxz5l4igypowyri@alap3.anarazel.de1 parent8eace46 commitea15e18
File tree
44 files changed
+352
-1208
lines changed- contrib/postgres_fdw
- src
- backend
- catalog
- commands
- executor
- optimizer/util
- utils/adt
- include
- executor
- nodes
- pl/plpgsql/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+352
-1208
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3444 | 3444 |
| |
3445 | 3445 |
| |
3446 | 3446 |
| |
3447 |
| - | |
| 3447 | + | |
3448 | 3448 |
| |
3449 | 3449 |
| |
3450 | 3450 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1805 | 1805 |
| |
1806 | 1806 |
| |
1807 | 1807 |
| |
1808 |
| - | |
1809 |
| - | |
| 1808 | + | |
1810 | 1809 |
| |
1811 | 1810 |
| |
1812 | 1811 |
| |
|
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1358 | 1358 |
| |
1359 | 1359 |
| |
1360 | 1360 |
| |
1361 |
| - | |
| 1361 | + | |
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 | 1364 |
| |
| |||
1630 | 1630 |
| |
1631 | 1631 |
| |
1632 | 1632 |
| |
1633 |
| - | |
1634 |
| - | |
| 1633 | + | |
1635 | 1634 |
| |
1636 | 1635 |
| |
1637 | 1636 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3394 | 3394 |
| |
3395 | 3395 |
| |
3396 | 3396 |
| |
3397 |
| - | |
| 3397 | + | |
3398 | 3398 |
| |
3399 | 3399 |
| |
3400 | 3400 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
417 |
| - | |
| 416 | + | |
418 | 417 |
| |
419 | 418 |
| |
420 | 419 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4460 | 4460 |
| |
4461 | 4461 |
| |
4462 | 4462 |
| |
4463 |
| - | |
4464 |
| - | |
| 4463 | + | |
4465 | 4464 |
| |
4466 | 4465 |
| |
4467 | 4466 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2735 | 2735 |
| |
2736 | 2736 |
| |
2737 | 2737 |
| |
2738 |
| - | |
| 2738 | + | |
2739 | 2739 |
| |
2740 | 2740 |
| |
2741 | 2741 |
| |
|
Lines changed: 11 additions & 33 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
| |||
120 | 119 |
| |
121 | 120 |
| |
122 | 121 |
| |
123 |
| - | |
| 122 | + | |
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
| |||
460 | 459 |
| |
461 | 460 |
| |
462 | 461 |
| |
463 |
| - | |
464 |
| - | |
| 462 | + | |
465 | 463 |
| |
466 | 464 |
| |
467 | 465 |
| |
| |||
478 | 476 |
| |
479 | 477 |
| |
480 | 478 |
| |
481 |
| - | |
482 |
| - | |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 | 479 |
| |
489 | 480 |
| |
490 | 481 |
| |
| |||
493 | 484 |
| |
494 | 485 |
| |
495 | 486 |
| |
496 |
| - | |
497 |
| - | |
| 487 | + | |
498 | 488 |
| |
499 | 489 |
| |
500 |
| - | |
501 |
| - | |
| 490 | + | |
502 | 491 |
| |
503 | 492 |
| |
504 |
| - | |
505 |
| - | |
| 493 | + | |
506 | 494 |
| |
507 | 495 |
| |
508 | 496 |
| |
509 | 497 |
| |
510 | 498 |
| |
511 |
| - | |
512 |
| - | |
| 499 | + | |
513 | 500 |
| |
514 | 501 |
| |
515 | 502 |
| |
516 | 503 |
| |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
517 | 509 |
| |
518 | 510 |
| |
519 |
| - | |
520 | 511 |
| |
521 | 512 |
| |
522 | 513 |
| |
523 | 514 |
| |
524 |
| - | |
525 | 515 |
| |
526 | 516 |
| |
527 | 517 |
| |
528 | 518 |
| |
529 | 519 |
| |
530 | 520 |
| |
531 | 521 |
| |
532 |
| - | |
533 |
| - | |
534 |
| - | |
535 |
| - | |
536 |
| - | |
537 |
| - | |
538 |
| - | |
539 |
| - | |
540 |
| - | |
541 |
| - | |
542 |
| - | |
543 |
| - | |
544 | 522 |
| |
545 | 523 |
| |
546 | 524 |
| |
|
0 commit comments
Comments
(0)