forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit164ed15
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 parent75459bc commit164ed15
1 file changed
+15
-12
lines changedLines changed: 15 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2958 | 2958 |
| |
2959 | 2959 |
| |
2960 | 2960 |
| |
| 2961 | + | |
| 2962 | + | |
| 2963 | + | |
| 2964 | + | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
| 2973 | + | |
| 2974 | + | |
| 2975 | + | |
2961 | 2976 |
| |
2962 | 2977 |
| |
2963 | 2978 |
| |
| |||
3028 | 3043 |
| |
3029 | 3044 |
| |
3030 | 3045 |
| |
3031 |
| - | |
3032 |
| - | |
3033 |
| - | |
3034 |
| - | |
3035 |
| - | |
3036 |
| - | |
3037 |
| - | |
3038 |
| - | |
3039 |
| - | |
3040 |
| - | |
3041 |
| - | |
3042 |
| - | |
3043 | 3046 |
| |
3044 | 3047 |
| |
3045 | 3048 |
| |
|
0 commit comments
Comments
(0)