pgsql: Marginal cleanup of GROUPING SETS code in grouping_planner(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Marginal cleanup of GROUPING SETS code in grouping_planner().
Date
Msg-id E1aHLv1-0006fH-2E@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Delay creation of subplan tlist until after create_plan().
Next
From: Magnus Hagander
Date:
Subject: pgsql: Remove reundand include of TestLib