Ran pgindent [skip ci]

This commit is contained in:
Andrew Kane
2024-01-28 23:03:48 -08:00
parent cad9e22d9a
commit 797ce8034c

View File

@@ -529,7 +529,10 @@ MarkDeleted(HnswVacuumState * vacuumstate)
for (int i = 0; i < ntup->count; 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 */
GenericXLogFinish(state);