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 8e3b4d9 commit d53f808Copy full SHA for d53f808
src/backend/utils/adt/varlena.c
@@ -2056,10 +2056,6 @@ bttext_abbrev_convert(Datum original, SortSupport ssup)
2056
int len;
2057
uint32 hash;
2058
2059
- /*
2060
- * Abbreviated key representation is a pass-by-value Datum that is treated
2061
- * as a char array by the specialized comparator bttextcmp_abbrev().
2062
- */
2063
pres = (char *) &res;
2064
/* memset(), so any non-overwritten bytes are NUL */
2065
memset(pres, 0, sizeof(Datum));
0 commit comments