pgsql: Add missing "return" statement to accumulate_append_subpath.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Add missing "return" statement to accumulate_append_subpath.
Дата
Msg-id E1eZJAy-0003Ui-NQ@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Move portal pinning from PL/pgSQL to SPI
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove dubious micro-optimization inckpt_buforder_comparator().