We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2b1f3 commit 506f054Copy full SHA for 506f054
src/backend/optimizer/path/joinpath.c
@@ -756,7 +756,7 @@ sort_inner_and_outer(PlannerInfo *root,
756
JoinType save_jointype = jointype;
757
Path *outer_path;
758
Path *inner_path;
759
- Path *cheapest_partial_outer;
+ Path *cheapest_partial_outer = NULL;
760
Path *cheapest_safe_inner = NULL;
761
List *all_pathkeys;
762
ListCell *l;
0 commit comments