summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeAgg.c
diff options
context:
space:
mode:
authorMichael Paquier2020-02-18 03:20:55 +0000
committerMichael Paquier2020-02-18 03:20:55 +0000
commit958f9fb98da97a1d781a3766ea86bcdba3b216c5 (patch)
tree4d9a4f3e5abc77d58e99a024a6341f05a1aa6dcb /src/backend/executor/nodeAgg.c
parentddfc3c1499b05956094a7f219fe2b6ac0c9ce5eb (diff)
Remove duplicated words in comments
Author: Daniel Gustafsson Reviewed-by: Vik Fearing Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/executor/nodeAgg.c')
-rw-r--r--src/backend/executor/nodeAgg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/nodeAgg.c b/src/backend/executor/nodeAgg.c
index b7f49ceddf8..85311f2303a 100644
--- a/src/backend/executor/nodeAgg.c
+++ b/src/backend/executor/nodeAgg.c
@@ -2234,8 +2234,8 @@ ExecInitAgg(Agg *node, EState *estate, int eflags)
* The output of the tuplesort, and the output from the outer child
* might not use the same type of slot. In most cases the child will
* be a Sort, and thus return a TTSOpsMinimalTuple type slot - but the
- * input can also be be presorted due an index, in which case it could
- * be a different type of slot.
+ * input can also be presorted due an index, in which case it could be
+ * a different type of slot.
*
* XXX: For efficiency it would be good to instead/additionally
* generate expressions with corresponding settings of outerops* for