diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/heap/vacuumlazy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c index 3b91d02605a..b1fbfca087e 100644 --- a/src/backend/access/heap/vacuumlazy.c +++ b/src/backend/access/heap/vacuumlazy.c @@ -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 |