This commit is contained in:
Andrew Kane
2024-09-19 20:50:51 -07:00
parent aa77346103
commit a6ab5d07c0

View File

@@ -720,6 +720,9 @@ CountElement(HnswElement skipElement, HnswElement e)
/* Ensure does not access heaptidsLength during in-memory build */
pg_memory_barrier();
/* Keep scan-build happy on Mac x86-64 */
Assert(e);
return e->heaptidsLength != 0;
}