- Notifications
You must be signed in to change notification settings - Fork5
Commit2a64931
committed
Salvage a little bit of work from a failed patch: simplify and speed up
set_rel_width(). The code had been catering for the possibility of differentvarnos in the relation targetlist, but this is impossible for a base relation(and if it were possible, putting all the widths in the same RelOptInfo wouldbe wrong anyway).1 parentab16485 commit2a64931
1 file changed
+8
-19
lines changedLines changed: 8 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
2608 | 2608 |
| |
2609 | 2609 |
| |
2610 | 2610 |
| |
| 2611 | + | |
2611 | 2612 |
| |
2612 | 2613 |
| |
2613 |
| - | |
2614 |
| - | |
2615 |
| - | |
2616 |
| - | |
2617 |
| - | |
2618 |
| - | |
2619 |
| - | |
2620 |
| - | |
2621 |
| - | |
2622 |
| - | |
2623 | 2614 |
| |
2624 | 2615 |
| |
2625 | 2616 |
| |
2626 | 2617 |
| |
2627 | 2618 |
| |
2628 |
| - | |
2629 | 2619 |
| |
2630 | 2620 |
| |
2631 | 2621 |
| |
| |||
2635 | 2625 |
| |
2636 | 2626 |
| |
2637 | 2627 |
| |
| 2628 | + | |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
2638 | 2632 |
| |
2639 | 2633 |
| |
2640 | 2634 |
| |
| |||
2646 | 2640 |
| |
2647 | 2641 |
| |
2648 | 2642 |
| |
2649 |
| - | |
2650 |
| - | |
2651 |
| - | |
2652 |
| - | |
2653 |
| - | |
2654 |
| - | |
| 2643 | + | |
2655 | 2644 |
| |
2656 |
| - | |
| 2645 | + | |
2657 | 2646 |
| |
2658 | 2647 |
| |
2659 | 2648 |
| |
|
0 commit comments
Comments
(0)