mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix typos in comments
The changes done in this commit impact comments with no direct user-visible changes, with fixes for incorrect function, variable or structure names. Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
This commit is contained in:
@ -2575,7 +2575,7 @@ lazy_vacuum_heap_page(LVRelState *vacrel, BlockNumber blkno, Buffer buffer,
|
||||
END_CRIT_SECTION();
|
||||
|
||||
/*
|
||||
* Now that we have removed the LD_DEAD items from the page, once again
|
||||
* Now that we have removed the LP_DEAD items from the page, once again
|
||||
* check if the page has become all-visible. The page is already marked
|
||||
* dirty, exclusively locked, and, if needed, a full page image has been
|
||||
* emitted.
|
||||
|
Reference in New Issue
Block a user