Skip to content

Commit afd56b8

Browse files
committed
Fix typo in comment
Commit fd31cd2 renamed the variable to skipping_blocks, but forgot to update this comment. Noticed while inspecting code.
1 parent 0d503dd commit afd56b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/commands/vacuumlazy.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,8 +633,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
633633

634634
/*
635635
* We know we can't skip the current block. But set up
636-
* skipping_all_visible_blocks to do the right thing at the
637-
* following blocks.
636+
* skipping_blocks to do the right thing at the following blocks.
638637
*/
639638
if (next_unskippable_block - blkno > SKIP_PAGES_THRESHOLD)
640639
skipping_blocks = true;

0 commit comments

Comments
 (0)