mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 14:01:31 +08:00
Fixed CI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user