Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d61b39c

Browse files
committed
Fix typo
Noticed while reviewing code.
1 parent 42f62e4 commit d61b39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/vacuumlazy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats,
523523
* safely set for relfrozenxid or relminmxid.
524524
*
525525
* Before entering the main loop, establish the invariant that
526-
* next_unskippable_block is the next block number >= blkno that's not we
526+
* next_unskippable_block is the next block number >= blkno that we
527527
* can't skip based on the visibility map, either all-visible for a
528528
* regular scan or all-frozen for an aggressive scan. We set it to
529529
* nblocks if there's no such block. We also set up the skipping_blocks

0 commit comments

Comments
 (0)