]> granicus.if.org Git - postgresql/commitdiff
Fix typos.
authorRobert Haas <rhaas@postgresql.org>
Tue, 21 Dec 2010 22:57:35 +0000 (17:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 21 Dec 2010 22:58:53 +0000 (17:58 -0500)
Andreas Karlsson

src/backend/executor/nodeWindowAgg.c

index c3efe129c25b26605d8f4cab38b915e606b5d100..51f98c1c856a635710711fa3be722165d7593663 100644 (file)
@@ -181,7 +181,7 @@ static bool window_gettupleslot(WindowObject winobj, int64 pos,
 
 /*
  * initialize_windowaggregate
- * parallel to initialize_aggregate in nodeAgg.c
+ * parallel to initialize_aggregates in nodeAgg.c
  */
 static void
 initialize_windowaggregate(WindowAggState *winstate,
@@ -207,7 +207,7 @@ initialize_windowaggregate(WindowAggState *winstate,
 
 /*
  * advance_windowaggregate
- * parallel to advance_aggregate in nodeAgg.c
+ * parallel to advance_aggregates in nodeAgg.c
  */
 static void
 advance_windowaggregate(WindowAggState *winstate,