Skip to content

Commit 6320806

Browse files
vacuumlazy.c: Correct prune state comment.
Oversight in commit 7ab96cf.
1 parent 13380e1 commit 6320806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/vacuumlazy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ lazy_scan_prune(LVRelState *vacrel,
20382038

20392039
/*
20402040
* Now save details of the LP_DEAD items from the page in the dead_tuples
2041-
* array. Also record that page has dead items in per-page prunestate.
2041+
* array
20422042
*/
20432043
if (lpdead_items > 0)
20442044
{

0 commit comments

Comments
 (0)