forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb33ef39
committed
Fix print of Path nodes when using OPTIMIZER_DEBUG
GatherMergePath (introduced in 10) and CustomPath (introduced in 9.5)have gone missing. The order of the Path nodes was inconsistent withwhat is listed in nodes.h, so make the order consistent at the same timeto ease future checks and additions.Author: Sawada MasahikoReviewed-by: Michael PaquierDiscussion:https://postgr.es/m/CAD21AoBQMLoc=ohH-oocuAPsELrmk8_EsRJjOyR8FQLZkbE0wA@mail.gmail.com1 parentc6598b8 commitb33ef39
1 file changed
+19
-12
lines changedLines changed: 19 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3689 | 3689 |
| |
3690 | 3690 |
| |
3691 | 3691 |
| |
| 3692 | + | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
| 3701 | + | |
| 3702 | + | |
| 3703 | + | |
| 3704 | + | |
| 3705 | + | |
| 3706 | + | |
3692 | 3707 |
| |
3693 | 3708 |
| |
3694 | 3709 |
| |
| |||
3710 | 3725 |
| |
3711 | 3726 |
| |
3712 | 3727 |
| |
| 3728 | + | |
| 3729 | + | |
| 3730 | + | |
| 3731 | + | |
3713 | 3732 |
| |
3714 | 3733 |
| |
3715 | 3734 |
| |
| |||
3763 | 3782 |
| |
3764 | 3783 |
| |
3765 | 3784 |
| |
3766 |
| - | |
3767 |
| - | |
3768 |
| - | |
3769 |
| - | |
3770 |
| - | |
3771 |
| - | |
3772 |
| - | |
3773 |
| - | |
3774 |
| - | |
3775 |
| - | |
3776 |
| - | |
3777 |
| - | |
3778 | 3785 |
| |
3779 | 3786 |
| |
3780 | 3787 |
| |
|
0 commit comments
Comments
(0)