Commit c5160b7e authored by Robert Haas's avatar Robert Haas

Fix typos.

Andreas Karlsson
parent 24ecde77
...@@ -181,7 +181,7 @@ static bool window_gettupleslot(WindowObject winobj, int64 pos, ...@@ -181,7 +181,7 @@ static bool window_gettupleslot(WindowObject winobj, int64 pos,
/* /*
* initialize_windowaggregate * initialize_windowaggregate
* parallel to initialize_aggregate in nodeAgg.c * parallel to initialize_aggregates in nodeAgg.c
*/ */
static void static void
initialize_windowaggregate(WindowAggState *winstate, initialize_windowaggregate(WindowAggState *winstate,
...@@ -207,7 +207,7 @@ initialize_windowaggregate(WindowAggState *winstate, ...@@ -207,7 +207,7 @@ initialize_windowaggregate(WindowAggState *winstate,
/* /*
* advance_windowaggregate * advance_windowaggregate
* parallel to advance_aggregate in nodeAgg.c * parallel to advance_aggregates in nodeAgg.c
*/ */
static void static void
advance_windowaggregate(WindowAggState *winstate, advance_windowaggregate(WindowAggState *winstate,
......
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