projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ecde7
)
Fix typos.
author
Robert Haas
<
[email protected]
>
Tue, 21 Dec 2010 22:57:35 +0000
(17:57 -0500)
committer
Robert Haas
<
[email protected]
>
Tue, 21 Dec 2010 22:58:53 +0000
(17:58 -0500)
Andreas Karlsson
src/backend/executor/nodeWindowAgg.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/nodeWindowAgg.c
b/src/backend/executor/nodeWindowAgg.c
index c3efe129c25b26605d8f4cab38b915e606b5d100..51f98c1c856a635710711fa3be722165d7593663 100644
(file)
--- 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_aggregate
s
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_aggregate
s
in nodeAgg.c
*/
static void
advance_windowaggregate(WindowAggState *winstate,