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

Commit2fd5809

Browse files
committed
Add missing "return" statement to accumulate_append_subpath.
Without this, Parallel Append can end up with extra children.Report by Rajkumar Raghuwanshi. Fix by Amit Khandekar. Brownpaper bag bug by me.Discussion:http://postgr.es/m/CAKcux6mBF-NiddyEe9LwymoUC5+wh8bQJ=uk2gGkOE+L8cv=LA@mail.gmail.com
1 parentb3617cd commit2fd5809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,6 +1926,7 @@ accumulate_append_subpath(Path *path, List **subpaths, List **special_subpaths)
19261926
apath->first_partial_path);
19271927
*special_subpaths=list_concat(*special_subpaths,
19281928
new_special_subpaths);
1929+
return;
19291930
}
19301931
}
19311932
elseif (IsA(path,MergeAppendPath))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp