1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Remove duplicated words in comments

Author: Daniel Gustafsson
Reviewed-by: Vik Fearing
Discussion: https://postgr.es/m/EBC3BFEB-664C-4063-81ED-29F1227DB012@yesql.se
This commit is contained in:
Michael Paquier
2020-02-18 12:20:55 +09:00
parent ddfc3c1499
commit 958f9fb98d
3 changed files with 4 additions and 4 deletions

View File

@ -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