mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
vacuumlazy.c: Correct prune state comment.
Oversight in commit 7ab96cf6b3
.
This commit is contained in:
@ -2038,7 +2038,7 @@ retry:
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Now save details of the LP_DEAD items from the page in the dead_tuples
|
* Now save details of the LP_DEAD items from the page in the dead_tuples
|
||||||
* array. Also record that page has dead items in per-page prunestate.
|
* array
|
||||||
*/
|
*/
|
||||||
if (lpdead_items > 0)
|
if (lpdead_items > 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user