mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix inconsistencies and typos in the tree, take 11
This fixes various typos in docs and comments, and removes some orphaned definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@@ -488,7 +488,7 @@ ForceTransactionIdLimitUpdate(void)
|
||||
if (!TransactionIdIsValid(xidVacLimit))
|
||||
return true; /* this shouldn't happen anymore either */
|
||||
if (TransactionIdFollowsOrEquals(nextXid, xidVacLimit))
|
||||
return true; /* past VacLimit, don't delay updating */
|
||||
return true; /* past xidVacLimit, don't delay updating */
|
||||
if (!SearchSysCacheExists1(DATABASEOID, ObjectIdGetDatum(oldestXidDB)))
|
||||
return true; /* could happen, per comments above */
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user