Commit 46e91519 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo

Noticed while reviewing code.
parent 4808d699
...@@ -529,7 +529,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats, ...@@ -529,7 +529,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
* safely set for relfrozenxid or relminmxid. * safely set for relfrozenxid or relminmxid.
* *
* Before entering the main loop, establish the invariant that * Before entering the main loop, establish the invariant that
* next_unskippable_block is the next block number >= blkno that's not we * next_unskippable_block is the next block number >= blkno that we
* can't skip based on the visibility map, either all-visible for a * can't skip based on the visibility map, either all-visible for a
* regular scan or all-frozen for an aggressive scan. We set it to * regular scan or all-frozen for an aggressive scan. We set it to
* nblocks if there's no such block. We also set up the skipping_blocks * nblocks if there's no such block. We also set up the skipping_blocks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment