]> granicus.if.org Git - postgresql/commitdiff
C comment: align dashes in GroupState node header
authorBruce Momjian <bruce@momjian.us>
Mon, 5 Sep 2016 17:09:54 +0000 (13:09 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 5 Sep 2016 17:09:54 +0000 (13:09 -0400)
Author: Jim Nasby

src/include/nodes/execnodes.h

index a4ea1b901ab7d63e15e4fb7e1d3f940128d5795d..e28477d82dbd99dd44e3a07014d2a80de45db8e2 100644 (file)
@@ -1791,7 +1791,7 @@ typedef struct SortState
 
 /* ---------------------
  *     GroupState information
- * -------------------------
+ * ---------------------
  */
 typedef struct GroupState
 {
@@ -1810,7 +1810,7 @@ typedef struct GroupState
  *     input group during evaluation of an Agg node's output tuple(s).  We
  *     create a second ExprContext, tmpcontext, in which to evaluate input
  *     expressions and run the aggregate transition functions.
- * -------------------------
+ * ---------------------
  */
 /* these structs are private in nodeAgg.c: */
 typedef struct AggStatePerAggData *AggStatePerAgg;