Update neighbors when vacuuming

This commit is contained in:
Andrew Kane
2023-08-13 16:17:30 -07:00
parent 6fc7d06313
commit 0f238b1fa9
3 changed files with 5 additions and 1 deletions

View File

@@ -253,6 +253,9 @@ RepairGraphElement(HnswVacuumState * vacuumstate, HnswElement element)
MarkBufferDirty(buf);
GenericXLogFinish(state);
UnlockReleaseBuffer(buf);
/* Update neighbors */
UpdateNeighborPages(index, procinfo, collation, element, m);
}
/*