Commit f80049f7 authored by Bruce Momjian's avatar Bruce Momjian

C comment: align dashes in GroupState node header

Author: Jim Nasby
parent 15bc038f
...@@ -1791,7 +1791,7 @@ typedef struct SortState ...@@ -1791,7 +1791,7 @@ typedef struct SortState
/* --------------------- /* ---------------------
* GroupState information * GroupState information
* ------------------------- * ---------------------
*/ */
typedef struct GroupState typedef struct GroupState
{ {
...@@ -1810,7 +1810,7 @@ typedef struct GroupState ...@@ -1810,7 +1810,7 @@ typedef struct GroupState
* input group during evaluation of an Agg node's output tuple(s). We * input group during evaluation of an Agg node's output tuple(s). We
* create a second ExprContext, tmpcontext, in which to evaluate input * create a second ExprContext, tmpcontext, in which to evaluate input
* expressions and run the aggregate transition functions. * expressions and run the aggregate transition functions.
* ------------------------- * ---------------------
*/ */
/* these structs are private in nodeAgg.c: */ /* these structs are private in nodeAgg.c: */
typedef struct AggStatePerAggData *AggStatePerAgg; typedef struct AggStatePerAggData *AggStatePerAgg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment