8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620ac88 commit 0279f62Copy full SHA for 0279f62
src/backend/utils/adt/varlena.c
@@ -62,7 +62,7 @@ typedef struct
62
char *buf2; /* 2nd string, or abbreviation strxfrm() buf */
63
int buflen1;
64
int buflen2;
65
- int last_len1; /* Length of last buf1 string/strxfrm() blob */
+ int last_len1; /* Length of last buf1 string/strxfrm() input */
66
int last_len2; /* Length of last buf2 string/strxfrm() blob */
67
int last_returned; /* Last comparison result (cache) */
68
bool cache_blob; /* Does buf2 contain strxfrm() blob, etc? */
0 commit comments