Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6d0c39a

Browse files
committed
C comment: add optimizer function reference
Reported-by: James Coleman Discussion: https://postgr.es/m/CAAaqYe9F6uoMhAr+8rMLwvGzaKaSknPA0Wi3Ehtv8pbSYmJq-Q@mail.gmail.com Backpatch-through: master
1 parent 06843df commit 6d0c39a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/optimizer/path/allpaths.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -3473,7 +3473,8 @@ standard_join_search(PlannerInfo *root, int levels_needed, List *initial_rels)
34733473
/*
34743474
* Except for the topmost scan/join rel, consider gathering
34753475
* partial paths. We'll do the same for the topmost scan/join rel
3476-
* once we know the final targetlist (see grouping_planner).
3476+
* once we know the final targetlist (see grouping_planner's and
3477+
* its call to apply_scanjoin_target_to_paths).
34773478
*/
34783479
if (!bms_equal(rel->relids, root->all_query_rels))
34793480
generate_useful_gather_paths(root, rel, false);

0 commit comments

Comments
 (0)