mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 06:40:57 +08:00
Improved naming [skip ci]
This commit is contained in:
@@ -121,13 +121,13 @@ RemoveHeapTids(HnswVacuumState * vacuumstate)
|
|||||||
|
|
||||||
if (!ItemPointerIsValid(&etup->heaptids[0]))
|
if (!ItemPointerIsValid(&etup->heaptids[0]))
|
||||||
{
|
{
|
||||||
ItemPointerData ip;
|
ItemPointerData indextid;
|
||||||
bool found;
|
bool found;
|
||||||
|
|
||||||
/* Add to deletion list */
|
/* 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);
|
Assert(!found);
|
||||||
}
|
}
|
||||||
else if (etup->level > highestLevel)
|
else if (etup->level > highestLevel)
|
||||||
|
|||||||
Reference in New Issue
Block a user