I noticed some imbalanced '-'s in execnodes.h. Though, ISTM newer code doesn't use -'s in comments anymore, so maybe it'd be better to just ditch them?
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index a4ea1b9..e28477d 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;
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to