Added memory usage for HNSW vacuuming [skip ci]

This commit is contained in:
Andrew Kane
2026-06-16 10:10:13 -07:00
parent 91fe2e62e7
commit 4682d51e5d

View File

@@ -158,6 +158,10 @@ RemoveHeapTids(HnswVacuumState * vacuumstate)
UnlockReleaseBuffer(buf);
}
#ifdef HNSW_MEMORY
elog(INFO, "memory: %zu KB", MemoryContextMemAllocated(CurrentMemoryContext, true) / 1024);
#endif
}
/*