mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-30 17:51:18 +08:00
Consider previously deleted tuples for insert page [skip ci]
This commit is contained in:
@@ -413,7 +413,13 @@ MarkDeleted(HnswVacuumState * vacuumstate)
|
||||
|
||||
/* Skip deleted tuples */
|
||||
if (etup->deleted)
|
||||
{
|
||||
/* Set to first free page */
|
||||
if (!BlockNumberIsValid(insertPage))
|
||||
insertPage = blkno;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Skip live tuples */
|
||||
if (ItemPointerIsValid(&etup->heaptids[0]))
|
||||
|
||||
Reference in New Issue
Block a user