mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-01 10:11:20 +08:00
Fixed CI
This commit is contained in:
@@ -807,8 +807,13 @@ HnswSearchLayer(char *base, Datum q, List *ep, int ef, int lc, Relation index, F
|
||||
int unvisitedLength;
|
||||
|
||||
if (v == NULL)
|
||||
{
|
||||
v = &v2;
|
||||
|
||||
/* Keep scan-build happy */
|
||||
initVisited = true;
|
||||
}
|
||||
|
||||
if (initVisited)
|
||||
InitVisited(base, v, index, ef, m);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user