]> granicus.if.org Git - postgresql/commit
Marginal cleanup of GROUPING SETS code in grouping_planner().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Jan 2016 01:32:35 +0000 (20:32 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Jan 2016 01:32:35 +0000 (20:32 -0500)
commita54676acadcf811f6945db15e81651df96beabc4
treed6e3d97d325484ad1baac2f5fee6c22188943de2
parentc44d013835049053d19bc1795f0d169f3d1d6ff0
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.
src/backend/optimizer/plan/planner.c