mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Correct tiny inaccuracy in strxfrm cache comment.
Peter Geoghegan
This commit is contained in:
@ -62,7 +62,7 @@ typedef struct
|
|||||||
char *buf2; /* 2nd string, or abbreviation strxfrm() buf */
|
char *buf2; /* 2nd string, or abbreviation strxfrm() buf */
|
||||||
int buflen1;
|
int buflen1;
|
||||||
int buflen2;
|
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_len2; /* Length of last buf2 string/strxfrm() blob */
|
||||||
int last_returned; /* Last comparison result (cache) */
|
int last_returned; /* Last comparison result (cache) */
|
||||||
bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */
|
bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */
|
||||||
|
Reference in New Issue
Block a user