Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb58c433

Browse files
committed
Fix duplicated words in comment.
Reported-By: Peter GeogheganDiscussion:https://postgr.es/m/CAH2-Wzn3rY2N0gTWndaApD113T+O8L6oz8cm7_F3P8y4awdoOg@mail.gmail.comBackpatch: no, only present in master
1 parente6c44ee commitb58c433

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 thatwill stay
2106-
*validregardless of future manipulations of the tuplesort's state. Memory
2107-
*isowned by the caller. If copy is false, the slot will just receive a
2105+
* If copy is true, the slot receives a copied tuple thatwill 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)

[8]ページ先頭

©2009-2025 Movatter.jp