Commit 61167bfa authored by Robert Haas's avatar Robert Haas

Fix typo in comment.

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