Commit d53f808e authored by Robert Haas's avatar Robert Haas

Remove obsolete comment.

Peter Geoghegan
parent 8e3b4d9d
...@@ -2056,10 +2056,6 @@ bttext_abbrev_convert(Datum original, SortSupport ssup) ...@@ -2056,10 +2056,6 @@ bttext_abbrev_convert(Datum original, SortSupport ssup)
int len; int len;
uint32 hash; uint32 hash;
/*
* Abbreviated key representation is a pass-by-value Datum that is treated
* as a char array by the specialized comparator bttextcmp_abbrev().
*/
pres = (char *) &res; pres = (char *) &res;
/* memset(), so any non-overwritten bytes are NUL */ /* memset(), so any non-overwritten bytes are NUL */
memset(pres, 0, sizeof(Datum)); memset(pres, 0, sizeof(Datum));
......
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