mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Update stale comments, and fix comment typos.
This commit is contained in:
@@ -2208,7 +2208,7 @@ SetMultiXactIdLimit(MultiXactId oldest_datminmxid, Oid oldest_datoid,
|
||||
* space, but that's not really true, because multixacts wrap differently
|
||||
* from transaction IDs. Note that, separately from any concern about
|
||||
* multixact IDs wrapping, we must ensure that multixact members do not
|
||||
* wrap. Limits for that are set in DetermineSafeOldestOffset, not here.
|
||||
* wrap. Limits for that are set in SetOffsetVacuumLimit, not here.
|
||||
*/
|
||||
multiWrapLimit = oldest_datminmxid + (MaxMultiXactId >> 1);
|
||||
if (multiWrapLimit < FirstMultiXactId)
|
||||
|
||||
Reference in New Issue
Block a user