Skip to content

Commit b58c433

Browse files
committed
Fix duplicated words in comment.
Reported-By: Peter Geoghegan Discussion: https://postgr.es/m/CAH2-Wzn3rY2N0gTWndaApD113T+O8L6oz8cm7_F3P8y4awdoOg@mail.gmail.com Backpatch: no, only present in master
1 parent e6c44ee commit b58c433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/sort/tuplesort.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,9 +2102,9 @@ tuplesort_gettuple_common(Tuplesortstate *state, bool forward,
21022102
* NULL value in leading attribute will set abbreviated value to zeroed
21032103
* representation, which caller may rely on in abbreviated inequality check.
21042104
*
2105-
* If copy is true, the slot receives a copied tuple that'll that will stay
2106-
* valid regardless of future manipulations of the tuplesort's state. Memory
2107-
* is owned by the caller. If copy is false, the slot will just receive a
2105+
* If copy is true, the slot receives a copied tuple that will stay valid
2106+
* regardless of future manipulations of the tuplesort's state. Memory is
2107+
* owned by the caller. If copy is false, the slot will just receive a
21082108
* pointer to a tuple held within the tuplesort, which is more efficient, but
21092109
* only safe for callers that are prepared to have any subsequent manipulation
21102110
* of the tuplesort's state invalidate slot contents.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy