mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix typo in comment
Commit fd31cd265138 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
@ -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
|
* We know we can't skip the current block. But set up
|
||||||
* skipping_all_visible_blocks to do the right thing at the
|
* skipping_blocks to do the right thing at the following blocks.
|
||||||
* following blocks.
|
|
||||||
*/
|
*/
|
||||||
if (next_unskippable_block - blkno > SKIP_PAGES_THRESHOLD)
|
if (next_unskippable_block - blkno > SKIP_PAGES_THRESHOLD)
|
||||||
skipping_blocks = true;
|
skipping_blocks = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user