diff options
-rw-r--r-- | src/backend/access/heap/vacuumlazy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c index 61f8cf39e0e..18004907750 100644 --- a/src/backend/access/heap/vacuumlazy.c +++ b/src/backend/access/heap/vacuumlazy.c @@ -1233,7 +1233,6 @@ find_next_unskippable_block(LVRelState *vacrel, bool *skipsallvis) *skipsallvis = true; } - vacuum_delay_point(); next_unskippable_block++; } |