pgsql: Marginal cleanup of GROUPING SETS code in grouping_planner().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Marginal cleanup of GROUPING SETS code in grouping_planner().
Дата
Msg-id E1aHLv1-0006fH-2E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Marginal cleanup of GROUPING SETS code in grouping_planner().

Improve comments and make it a shade less messy.  I think we might want
to move all of this somewhere else later, but it needs to be more
readable first.

In passing, re-pgindent the file, affecting some recently-added comments
concerning parallel query planning.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a54676acadcf811f6945db15e81651df96beabc4

Modified Files
--------------
src/backend/optimizer/plan/planner.c |   93 +++++++++++++++++++++-------------
1 file changed, 57 insertions(+), 36 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Delay creation of subplan tlist until after create_plan().
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Remove reundand include of TestLib