mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Correct tiny inaccuracy in strxfrm cache comment.
Peter Geoghegan
This commit is contained in:
parent
620ac88d6f
commit
0279f62fdc
@ -62,7 +62,7 @@ typedef struct
|
||||
char *buf2; /* 2nd string, or abbreviation strxfrm() buf */
|
||||
int buflen1;
|
||||
int buflen2;
|
||||
int last_len1; /* Length of last buf1 string/strxfrm() blob */
|
||||
int last_len1; /* Length of last buf1 string/strxfrm() input */
|
||||
int last_len2; /* Length of last buf2 string/strxfrm() blob */
|
||||
int last_returned; /* Last comparison result (cache) */
|
||||
bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user