Skip to content

Commit 122a9af

Browse files
author
Amit Kapila
committed
Fix typo.
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
1 parent 01e27aa commit 122a9af

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
@@ -534,7 +534,7 @@ heap_vacuum_eager_scan_setup(LVRelState *vacrel, VacuumParams *params)
534534
* Tuples with XIDs older than OldestXmin or MXIDs older than OldestMxact
535535
* are technically freezable, but we won't freeze them unless the criteria
536536
* for opportunistic freezing is met. Only tuples with XIDs/MXIDs older
537-
* than the the FreezeLimit/MultiXactCutoff are frozen in the common case.
537+
* than the FreezeLimit/MultiXactCutoff are frozen in the common case.
538538
*
539539
* So, as a heuristic, we wait until the FreezeLimit has advanced past the
540540
* relfrozenxid or the MultiXactCutoff has advanced past the relminmxid to

0 commit comments

Comments
 (0)