Commit 0279f62f authored by Robert Haas's avatar Robert Haas

Correct tiny inaccuracy in strxfrm cache comment.

Peter Geoghegan
parent 620ac88d
...@@ -62,7 +62,7 @@ typedef struct ...@@ -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? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment