mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-30 01:31:15 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -512,7 +512,7 @@ HnswInsertTuple(Relation index, Datum *values, bool *isnull, ItemPointer heap_ti
|
||||
/* Get entry point */
|
||||
entryPoint = HnswGetEntryPoint(index);
|
||||
|
||||
/* Special case for no entry point */
|
||||
/* Prevent concurrent inserts when no entry point */
|
||||
if (entryPoint == NULL)
|
||||
{
|
||||
if (HnswAddEntryPoint(index, element, m, &entryPoint))
|
||||
|
||||
Reference in New Issue
Block a user