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