1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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

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)
{