mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Fix more instances of "the the" in comments.
Plus one instance of "to to" in the docs.
This commit is contained in:
@@ -382,7 +382,7 @@ get_rel_oids(Oid relid, const RangeVar *vacrel)
|
||||
* DEAD or RECENTLY_DEAD (see HeapTupleSatisfiesVacuum).
|
||||
* - freezeLimit is the Xid below which all Xids are replaced by
|
||||
* FrozenTransactionId during vacuum.
|
||||
* - xidFullScanLimit (computed from the the table_freeze_age parameter)
|
||||
* - xidFullScanLimit (computed from table_freeze_age parameter)
|
||||
* represents a minimum Xid value; a table whose relfrozenxid is older than
|
||||
* this will have a full-table vacuum applied to it, to freeze tuples across
|
||||
* the whole table. Vacuuming a table younger than this value can use a
|
||||
|
Reference in New Issue
Block a user