mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +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;
|
int unvisitedLength;
|
||||||
|
|
||||||
if (v == NULL)
|
if (v == NULL)
|
||||||
|
{
|
||||||
v = &v2;
|
v = &v2;
|
||||||
|
|
||||||
|
/* Keep scan-build happy */
|
||||||
|
initVisited = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (initVisited)
|
if (initVisited)
|
||||||
InitVisited(base, v, index, ef, m);
|
InitVisited(base, v, index, ef, m);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user