Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafd56b8

Browse files
committed
Fix typo in comment
Commitfd31cd2 renamed the variable to skipping_blocks, but forgotto update this comment.Noticed while inspecting code.
1 parent0d503dd commitafd56b8

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)

[8]ページ先頭

©2009-2025 Movatter.jp