From 797ce8034c9910a14bf78d88f94c5dd859fd5349 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 28 Jan 2024 23:03:48 -0800 Subject: [PATCH] Ran pgindent [skip ci] --- src/hnswvacuum.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/hnswvacuum.c b/src/hnswvacuum.c index 71ccea5..c80b955 100644 --- a/src/hnswvacuum.c +++ b/src/hnswvacuum.c @@ -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);