Removed code for pg12 [skip ci]

This commit is contained in:
Andrew Kane
2024-09-20 15:19:50 -07:00
parent d499ead3c6
commit aa0b7ddf70

View File

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