mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 03:11:02 -05:00
Fix typo in comment.
This commit is contained in:
parent
5630eddf1e
commit
61167bfaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ lazy_scan_heap(Relation onerel, LVRelStats *vacrelstats,
|
|||
* does, we wait for cleanup lock.
|
||||
*
|
||||
* 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
|
||||
* is received first. For now, this seems good enough.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue