aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2016-09-05 13:09:54 -0400
committerBruce Momjian <bruce@momjian.us>2016-09-05 13:09:54 -0400
commitf80049f76a32858601510eaaef19ab8160e4c9b3 (patch)
treef8b48fbfd81feeb4f475777496f1bb01f4e2f5a5
parent15bc038f9bcd1a9af3f625caffafc7c20322202d (diff)
downloadpostgresql-f80049f76a32858601510eaaef19ab8160e4c9b3.tar.gz
postgresql-f80049f76a32858601510eaaef19ab8160e4c9b3.zip
C comment: align dashes in GroupState node header
Author: Jim Nasby
-rw-r--r--src/include/nodes/execnodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index a4ea1b901ab..e28477d82db 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -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;