Update neighbor tuples in-place for HNSW vacuum

This commit is contained in:
Andrew Kane
2024-01-28 21:27:17 -08:00
parent 642ee1f423
commit 142a32af96
2 changed files with 9 additions and 12 deletions

View File

@@ -354,7 +354,6 @@ typedef struct HnswVacuumState
/* Variables */
struct tidhash_hash *deleted;
BufferAccessStrategy bas;
HnswNeighborTuple ntup;
HnswElementData highestPoint;
/* Memory */