Add missing "return" statement to accumulate_append_subpath.
Robert Haas <rhaas@postgresql.org>
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. Brown paper bag bug by me. Discussion: http://postgr.es/m/CAKcux6mBF-NiddyEe9LwymoUC5+wh8bQJ=uk2gGkOE+L8cv=LA@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/path/allpaths.c | modified | +1 −0 |
Discussion
- Multi-level hierarchy with parallel append can lead to an extra subplan. 3 messages · 2018-01-09 → 2018-01-10