mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-02 18:50:56 +08:00
Improved naming [skip ci]
This commit is contained in:
@@ -121,13 +121,13 @@ RemoveHeapTids(HnswVacuumState * vacuumstate)
|
||||
|
||||
if (!ItemPointerIsValid(&etup->heaptids[0]))
|
||||
{
|
||||
ItemPointerData ip;
|
||||
ItemPointerData indextid;
|
||||
bool found;
|
||||
|
||||
/* Add to deletion list */
|
||||
ItemPointerSet(&ip, blkno, offno);
|
||||
ItemPointerSet(&indextid, blkno, offno);
|
||||
|
||||
tidhash_insert(vacuumstate->deleting, ip, &found);
|
||||
tidhash_insert(vacuumstate->deleting, indextid, &found);
|
||||
Assert(!found);
|
||||
}
|
||||
else if (etup->level > highestLevel)
|
||||
|
||||
Reference in New Issue
Block a user