mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 15:46:54 +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
|
* 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.
|
* ConfirmRepaired.
|
||||||
*/
|
*/
|
||||||
if (etup->deleted)
|
if (etup->deleted)
|
||||||
|
|||||||
Reference in New Issue
Block a user