Remove obsolete comment.
Peter Geoghegan
This commit is contained in:
parent
8e3b4d9d40
commit
d53f808e7e
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user