mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-11 23:26:55 +08:00
Use e for consistency
This commit is contained in:
@@ -804,7 +804,7 @@ SelectNeighbors(List *c, int m, int lc, FmgrInfo *procinfo, Oid collation, HnswE
|
|||||||
{
|
{
|
||||||
e->closer = CheckElementCloser(e, r, lc, procinfo, collation);
|
e->closer = CheckElementCloser(e, r, lc, procinfo, collation);
|
||||||
if (e->closer)
|
if (e->closer)
|
||||||
added = lappend(added, newCandidate);
|
added = lappend(added, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (e->closer)
|
if (e->closer)
|
||||||
|
|||||||
Reference in New Issue
Block a user