aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/access/heap/vacuumlazy.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c
index 9eaf07649e8..05221cc1d6d 100644
--- a/src/backend/access/heap/vacuumlazy.c
+++ b/src/backend/access/heap/vacuumlazy.c
@@ -2073,13 +2073,7 @@ retry:
*
* We may choose to bypass index vacuuming at this point, though only when the
* ongoing VACUUM operation will definitely only have one index scan/round of
- * index vacuuming. Caller indicates whether or not this is such a VACUUM
- * operation using 'onecall' argument.
- *
- * In rare emergencies, the ongoing VACUUM operation can be made to skip both
- * index vacuuming and index cleanup at the point we're called. This avoids
- * having the whole system refuse to allocate further XIDs/MultiXactIds due to
- * wraparound.
+ * index vacuuming.
*/
static void
lazy_vacuum(LVRelState *vacrel)