mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
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;
|
||||
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;
|
||||
/* memset(), so any non-overwritten bytes are NUL */
|
||||
memset(pres, 0, sizeof(Datum));
|
||||
|
Loading…
Reference in New Issue
Block a user