pgsql: Add missing "return" statement to accumulate_append_subpath. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add missing "return" statement to accumulate_append_subpath.
Date
Msg-id E1eZJAy-0003Ui-NQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move portal pinning from PL/pgSQL to SPI
Next
From: Tom Lane
Date:
Subject: pgsql: Remove dubious micro-optimization inckpt_buforder_comparator().