mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 08:36:54 +08:00
Ran pgindent [skip ci]
This commit is contained in:
@@ -529,7 +529,10 @@ MarkDeleted(HnswVacuumState * vacuumstate)
|
|||||||
for (int i = 0; i < ntup->count; i++)
|
for (int i = 0; i < ntup->count; i++)
|
||||||
ItemPointerSetInvalid(&ntup->indextids[i]);
|
ItemPointerSetInvalid(&ntup->indextids[i]);
|
||||||
|
|
||||||
/* We modified the tuples in place, no need to call PageIndexTupleOverwrite */
|
/*
|
||||||
|
* We modified the tuples in place, no need to call
|
||||||
|
* PageIndexTupleOverwrite
|
||||||
|
*/
|
||||||
|
|
||||||
/* Commit */
|
/* Commit */
|
||||||
GenericXLogFinish(state);
|
GenericXLogFinish(state);
|
||||||
|
|||||||
Reference in New Issue
Block a user