Use e for consistency

This commit is contained in:
Andrew Kane
2023-10-05 16:15:13 -07:00
parent c81302b835
commit 62482e3760

View File

@@ -804,7 +804,7 @@ SelectNeighbors(List *c, int m, int lc, FmgrInfo *procinfo, Oid collation, HnswE
{
e->closer = CheckElementCloser(e, r, lc, procinfo, collation);
if (e->closer)
added = lappend(added, newCandidate);
added = lappend(added, e);
}
if (e->closer)