mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Fix typo in comment
Commit fd31cd2651 renamed the variable to skipping_blocks, but forgot
to update this comment.
Noticed while inspecting code.
This commit is contained in:
parent
0d503dd1ff
commit
afd56b8521
1 changed files with 1 additions and 2 deletions
|
|
@ -633,8 +633,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
|
|||
|
||||
/*
|
||||
* We know we can't skip the current block. But set up
|
||||
* skipping_all_visible_blocks to do the right thing at the
|
||||
* following blocks.
|
||||
* skipping_blocks to do the right thing at the following blocks.
|
||||
*/
|
||||
if (next_unskippable_block - blkno > SKIP_PAGES_THRESHOLD)
|
||||
skipping_blocks = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue