Fix typo.
authorAmit Kapila <akapila@postgresql.org>
Tue, 18 Mar 2025 08:48:09 +0000 (14:18 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 18 Mar 2025 08:48:09 +0000 (14:18 +0530)
Author: vignesh C <vignesh21@gmail.com>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://postgr.es/m/CALDaNm1KqJ0VFfDJRPbfYi9Shz6LHFEE-Ckn+eqsePfKhebv9w@mail.gmail.com

src/backend/access/heap/vacuumlazy.c

index 3b91d02605a00eec91dffc4741e68ddcb8cf104e..b1fbfca087e855dce4e663e738726669a93e7ae7 100644 (file)
@@ -534,7 +534,7 @@ heap_vacuum_eager_scan_setup(LVRelState *vacrel, VacuumParams *params)
     * Tuples with XIDs older than OldestXmin or MXIDs older than OldestMxact
     * are technically freezable, but we won't freeze them unless the criteria
     * for opportunistic freezing is met. Only tuples with XIDs/MXIDs older
-    * than the the FreezeLimit/MultiXactCutoff are frozen in the common case.
+    * than the FreezeLimit/MultiXactCutoff are frozen in the common case.
     *
     * So, as a heuristic, we wait until the FreezeLimit has advanced past the
     * relfrozenxid or the MultiXactCutoff has advanced past the relminmxid to