Merge branch 'master' into hnsw-streaming

This commit is contained in:
Andrew Kane
2024-09-20 13:57:23 -07:00
19 changed files with 317 additions and 172 deletions

View File

@@ -187,7 +187,7 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
so->first = false;
#if defined(HNSW_MEMORY) && PG_VERSION_NUM >= 130000
#if defined(HNSW_MEMORY)
elog(INFO, "memory: %zu MB", MemoryContextMemAllocated(so->tmpCtx, false) / (1024 * 1024));
#endif
}