mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:16:57 -04:00
Fix typo
Noticed while reviewing code.
This commit is contained in:
parent
42f62e4c97
commit
d61b39c7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
|
|||
* safely set for relfrozenxid or relminmxid.
|
||||
*
|
||||
* 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
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue