Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-03-15 12:38:14 -07:00
parent 6c53f7ca02
commit 1dc6514b66

View File

@@ -436,7 +436,7 @@ InsertTupleInMemory(HnswBuildState * buildstate, HnswElement element)
int m = buildstate->m;
char *base = buildstate->hnswarea;
/* Wait if another process needs exclusive lock */
/* Wait if another process needs exclusive lock on entry lock */
LWLockAcquire(entryWaitLock, LW_EXCLUSIVE);
LWLockRelease(entryWaitLock);