projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
620ac88
)
Correct tiny inaccuracy in strxfrm cache comment.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 3 Nov 2015 13:32:22 +0000
(08:32 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 3 Nov 2015 13:32:22 +0000
(08:32 -0500)
Peter Geoghegan
src/backend/utils/adt/varlena.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/varlena.c
b/src/backend/utils/adt/varlena.c
index 821e3e7864faf3ca8bb65609ff7eef788c6badd3..a89f586abad5531c78771ac63bdccefbb4ec2926 100644
(file)
--- a/
src/backend/utils/adt/varlena.c
+++ b/
src/backend/utils/adt/varlena.c
@@
-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? */