- Notifications
You must be signed in to change notification settings - Fork5
Commit2a2435e
committed
Small improvements to OPTIMIZER_DEBUG code.
Now that Paths have their own rows field, print that rather thanthe parent relation's rowcount.Show the relid sets associated with Paths using table names ratherthan numbers; since this code is able to print simple Var referencesusing table names, it seems a bit silly that print_relids can't.Print the cheapest_parameterized_paths list for a RelOptInfo, andinclude information about a parameterized path's required_outer rels.Noted while trying to use this feature to debug Alexander Kirkouski'srecent bug report.1 parentc45bf57 commit2a2435e
1 file changed
+23
-6
lines changedLines changed: 23 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2829 | 2829 |
| |
2830 | 2830 |
| |
2831 | 2831 |
| |
2832 |
| - | |
| 2832 | + | |
2833 | 2833 |
| |
2834 | 2834 |
| |
2835 | 2835 |
| |
| |||
2839 | 2839 |
| |
2840 | 2840 |
| |
2841 | 2841 |
| |
2842 |
| - | |
| 2842 | + | |
| 2843 | + | |
| 2844 | + | |
| 2845 | + | |
| 2846 | + | |
2843 | 2847 |
| |
2844 | 2848 |
| |
2845 | 2849 |
| |
| |||
3013 | 3017 |
| |
3014 | 3018 |
| |
3015 | 3019 |
| |
3016 |
| - | |
3017 |
| - | |
| 3020 | + | |
| 3021 | + | |
| 3022 | + | |
| 3023 | + | |
| 3024 | + | |
| 3025 | + | |
| 3026 | + | |
| 3027 | + | |
3018 | 3028 |
| |
3019 |
| - | |
| 3029 | + | |
| 3030 | + | |
3020 | 3031 |
| |
3021 | 3032 |
| |
3022 | 3033 |
| |
| |||
3062 | 3073 |
| |
3063 | 3074 |
| |
3064 | 3075 |
| |
3065 |
| - | |
| 3076 | + | |
3066 | 3077 |
| |
3067 | 3078 |
| |
3068 | 3079 |
| |
| |||
3082 | 3093 |
| |
3083 | 3094 |
| |
3084 | 3095 |
| |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
3085 | 3102 |
| |
3086 | 3103 |
| |
3087 | 3104 |
| |
|
0 commit comments
Comments
(0)