Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
vacuumlazy.c: Correct prune state comment.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 31 Aug 2021 23:35:01 +0000 (16:35 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 31 Aug 2021 23:35:01 +0000 (16:35 -0700)
Oversight in commit 7ab96cf6b3.

src/backend/access/heap/vacuumlazy.c

index 19d8276de2c8bf59ef172c392bbcc7031e102da7..1cc97c6cc88f801463d839e0cb693ea00089fc01 100644 (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)
    {