diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-12-21 17:57:35 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-12-21 17:58:53 -0500 |
commit | c5160b7eecf97a357375960b02a30317474334a3 (patch) | |
tree | fc2e1893bd7e16b5937d44e5889ae1b141f216c1 /src/backend/executor/nodeWindowAgg.c | |
parent | 24ecde7742cd4d7c781e6890b07571fff42b25dc (diff) | |
download | postgresql-c5160b7eecf97a357375960b02a30317474334a3.tar.gz postgresql-c5160b7eecf97a357375960b02a30317474334a3.zip |
Fix typos.
Andreas Karlsson
Diffstat (limited to 'src/backend/executor/nodeWindowAgg.c')
-rw-r--r-- | src/backend/executor/nodeWindowAgg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/nodeWindowAgg.c b/src/backend/executor/nodeWindowAgg.c index c3efe129c25..51f98c1c856 100644 --- a/src/backend/executor/nodeWindowAgg.c +++ b/src/backend/executor/nodeWindowAgg.c @@ -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, |