mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Rename VariableCacheData.nextFullXid to nextXid.
Including Full in variable names duplicates the type information and leads to overly long names. As FullTransactionId cannot accidentally be casted to TransactionId that does not seem necessary. Author: Andres Freund Discussion: https://postgr.es/m/20200724011143.jccsyvsvymuiqfxu@alap3.anarazel.de
This commit is contained in:
@@ -3265,7 +3265,7 @@ multixact_redo(XLogReaderState *record)
|
||||
xlrec->moff + xlrec->nmembers);
|
||||
|
||||
/*
|
||||
* Make sure nextFullXid is beyond any XID mentioned in the record.
|
||||
* Make sure nextXid is beyond any XID mentioned in the record.
|
||||
* This should be unnecessary, since any XID found here ought to have
|
||||
* other evidence in the XLOG, but let's be safe.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user