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

Commit1f7b896

Browse files
committed
Fix typo in add_paths_to_append_rel()
The comment should have been referring to the number of workers, not thenumber of paths.Author: Ashutosh BapatDiscussion:https://postgr.es/m/CAFjFpRcbp4702jcp387PExt3fNCt62QJN8++DQGwBhsW6wRHWA@mail.gmail.com
1 parent20ba33d commit1f7b896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ add_paths_to_append_rel(PlannerInfo *root, RelOptInfo *rel,
15741574

15751575
/*
15761576
* If the use of parallel append is permitted, always request at least
1577-
* log2(# of children)paths. We assume it can be useful to have
1577+
* log2(# of children)workers. We assume it can be useful to have
15781578
* extra workers in this case because they will be spread out across
15791579
* the children. The precise formula is just a guess, but we don't
15801580
* want to end up with a radically different answer for a table with N

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp