mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-13 16:16:56 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -529,7 +529,7 @@ MarkDeleted(HnswVacuumState * vacuumstate)
|
|||||||
|
|
||||||
/* Increment version */
|
/* Increment version */
|
||||||
/* This is used to avoid incorrect reads for iterative scans */
|
/* This is used to avoid incorrect reads for iterative scans */
|
||||||
/* Only use some bits */
|
/* Reserve some bits for future use */
|
||||||
etup->version++;
|
etup->version++;
|
||||||
if (etup->version > 15)
|
if (etup->version > 15)
|
||||||
etup->version = 1;
|
etup->version = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user