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 78bea62 commit 63f39b9Copy full SHA for 63f39b9
src/backend/utils/adt/varlena.c
@@ -2154,7 +2154,7 @@ varstr_abbrev_convert(Datum original, SortSupport ssup)
2154
len = bpchartruelen(authoritative_data, len);
2155
2156
/*
2157
- * If we're using the C collation, use memcmp(), rather than strxfrm(), to
+ * If we're using the C collation, use memcpy(), rather than strxfrm(), to
2158
* abbreviate keys. The full comparator for the C locale is always
2159
* memcmp(). It would be incorrect to allow bytea callers (callers that
2160
* always force the C collation -- bytea isn't a collatable type, but this
0 commit comments