Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2023-12-22 14:03:33 -05:00
parent e8c3bf0cef
commit 61738846af

View File

@@ -367,7 +367,7 @@ HnswElementMemory(HnswElement e, int m)
elementSize += sizeof(List);
elementSize += sizeof(ItemPointerData) + SIZEOF_VOID_P;
elementSize += VARSIZE_ANY(DatumGetPointer(e->value));
/* Each allocation has chunk header */
/* Each allocation has a chunk header */
elementSize += (e->level + 7) * GENERATIONCHUNK_RAWSIZE;
return elementSize;
}