Skip to content
Snippets Groups Projects
Commit c5160b7e authored by Robert Haas's avatar Robert Haas
Browse files

Fix typos.

Andreas Karlsson
parent 24ecde77
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment