mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -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
e22efaabf1
commit
de38489b92
1 changed files with 1 additions and 2 deletions
|
|
@ -639,8 +639,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