Commit 63f39b91 authored by Robert Haas's avatar Robert Haas

Fix small goof in comment.

Peter Geoghegan
parent 78bea62a
...@@ -2154,7 +2154,7 @@ varstr_abbrev_convert(Datum original, SortSupport ssup) ...@@ -2154,7 +2154,7 @@ varstr_abbrev_convert(Datum original, SortSupport ssup)
len = bpchartruelen(authoritative_data, len); len = bpchartruelen(authoritative_data, len);
/* /*
* 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
* abbreviate keys. The full comparator for the C locale is always * abbreviate keys. The full comparator for the C locale is always
* memcmp(). It would be incorrect to allow bytea callers (callers that * memcmp(). It would be incorrect to allow bytea callers (callers that
* always force the C collation -- bytea isn't a collatable type, but this * always force the C collation -- bytea isn't a collatable type, but this
......
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