mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 18:50:56 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -82,7 +82,7 @@ RemoveHeapTids(HnswVacuumState * vacuumstate)
|
||||
|
||||
/*
|
||||
* Skip deleted tuples. It is important they are not added to the
|
||||
* deleted hash to avoid false positives in NeedsUpdated and
|
||||
* deletion list to avoid false positives in NeedsUpdated and
|
||||
* ConfirmRepaired.
|
||||
*/
|
||||
if (etup->deleted)
|
||||
|
||||
Reference in New Issue
Block a user