vacuumlazy.c: Correct prune state comment.

Oversight in commit 7ab96cf6b3.
This commit is contained in:
Peter Geoghegan 2021-08-31 16:35:01 -07:00
parent 13380e1476
commit 6320806ac3
1 changed files with 1 additions and 1 deletions

View File

@ -2038,7 +2038,7 @@ retry:
/*
* 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)
{