mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Fix typos.
Andreas Karlsson
This commit is contained in:
parent
24ecde7742
commit
c5160b7eec
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue