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

Commit0279f62

Browse files
committed
Correct tiny inaccuracy in strxfrm cache comment.
Peter Geoghegan
1 parent620ac88 commit0279f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/varlena.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef struct
6262
char*buf2;/* 2nd string, or abbreviation strxfrm() buf */
6363
intbuflen1;
6464
intbuflen2;
65-
intlast_len1;/* Length of last buf1 string/strxfrm()blob */
65+
intlast_len1;/* Length of last buf1 string/strxfrm()input */
6666
intlast_len2;/* Length of last buf2 string/strxfrm() blob */
6767
intlast_returned;/* Last comparison result (cache) */
6868
boolcache_blob;/* Does buf2 contain strxfrm() blob, etc? */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp