Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d0c39a

Browse files
committed
C comment: add optimizer function reference
Reported-by: James ColemanDiscussion:https://postgr.es/m/CAAaqYe9F6uoMhAr+8rMLwvGzaKaSknPA0Wi3Ehtv8pbSYmJq-Q@mail.gmail.comBackpatch-through: master
1 parent06843df commit6d0c39a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/optimizer/path/allpaths.c

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp