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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal cleanup of GROUPING SETS code in grouping_planner().
Date: 2016-01-08 01:32:43
Message-ID: E1aHLv1-0006fH-2E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-01-08 07:54:22 pgsql: Remove reundand include of TestLib
Previous Message Michael Paquier 2016-01-08 00:04:45 Re: Re: [COMMITTERS] pgsql: Windows: Make pg_ctl reliably detect service status