Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c5160b7

Browse files
committed
Fix typos.
Andreas Karlsson
1 parent 24ecde7 commit c5160b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/nodeWindowAgg.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ static bool window_gettupleslot(WindowObject winobj, int64 pos,
181181

182182
/*
183183
* initialize_windowaggregate
184-
* parallel to initialize_aggregate in nodeAgg.c
184+
* parallel to initialize_aggregates in nodeAgg.c
185185
*/
186186
static void
187187
initialize_windowaggregate(WindowAggState *winstate,
@@ -207,7 +207,7 @@ initialize_windowaggregate(WindowAggState *winstate,
207207

208208
/*
209209
* advance_windowaggregate
210-
* parallel to advance_aggregate in nodeAgg.c
210+
* parallel to advance_aggregates in nodeAgg.c
211211
*/
212212
static void
213213
advance_windowaggregate(WindowAggState *winstate,

0 commit comments

Comments
 (0)