mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Adjust lazy_scan_heap() accounting comments.
Explain which particular LP_DEAD line pointers get accounted for by the tups_vacuumed variable.
This commit is contained in:
@ -213,11 +213,12 @@ heap_page_prune_opt(Relation relation, Buffer buffer)
|
||||
* send its own new total to pgstats, and we don't want this delta applied
|
||||
* on top of that.)
|
||||
*
|
||||
* Sets latestRemovedXid for caller on return.
|
||||
*
|
||||
* off_loc is the offset location required by the caller to use in error
|
||||
* callback.
|
||||
*
|
||||
* Returns the number of tuples deleted from the page and sets
|
||||
* latestRemovedXid.
|
||||
* Returns the number of tuples deleted from the page during this call.
|
||||
*/
|
||||
int
|
||||
heap_page_prune(Relation relation, Buffer buffer,
|
||||
|
Reference in New Issue
Block a user