Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2023-08-11 10:11:01 -07:00
parent 33438c3cf9
commit e7a913f361

View File

@@ -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))