mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-09 22:30:58 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -235,7 +235,8 @@ hnswgettuple(IndexScanDesc scan, ScanDirection dir)
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Ensure vacuum does not mark tuples as deleted during an
|
* Ensure vacuum does not mark tuples as deleted during an
|
||||||
* iteration
|
* iteration. This ensures indextids in NeighborTuple point to
|
||||||
|
* the correct element without needing version for each one.
|
||||||
*/
|
*/
|
||||||
LockPage(scan->indexRelation, HNSW_SCAN_LOCK, ShareLock);
|
LockPage(scan->indexRelation, HNSW_SCAN_LOCK, ShareLock);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user