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

Commit 61167bf

Browse files
committed
Fix typo in comment.
1 parent 5630edd commit 61167bf

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
@@ -534,7 +534,7 @@ lazy_scan_heap(Relation onerel, LVRelStats *vacrelstats,
534534
* does, we wait for cleanup lock.
535535
*
536536
* We could defer the lock request further by remembering the page
537-
* and coming back to it later, of we could even register
537+
* and coming back to it later, or we could even register
538538
* ourselves for multiple buffers and then service whichever one
539539
* is received first. For now, this seems good enough.
540540
*/

0 commit comments

Comments
 (0)