Thread: pgsql: Add missing "return" statement to accumulate_append_subpath.

pgsql: Add missing "return" statement to accumulate_append_subpath.

From
Robert Haas
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2fd58096f02777c38edb392f78cb5b4ebd90e9d2

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 1 +
1 file changed, 1 insertion(+)