]> granicus.if.org Git - postgresql/commit
Add missing "return" statement to accumulate_append_subpath.
authorRobert Haas <rhaas@postgresql.org>
Wed, 10 Jan 2018 16:18:40 +0000 (11:18 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 10 Jan 2018 16:21:20 +0000 (11:21 -0500)
commit2fd58096f02777c38edb392f78cb5b4ebd90e9d2
tree1895060c48942ef860c6bb2f032cd87ac2dd90c7
parentb3617cdfbba1b5381e9d1c6bc0839500e8eb7273
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
src/backend/optimizer/path/allpaths.c