File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ void
1053
1053
ProcArrayApplyRecoveryInfo (RunningTransactions running )
1054
1054
{
1055
1055
TransactionId * xids ;
1056
- TransactionId xid ;
1056
+ TransactionId advanceNextXid ;
1057
1057
int nxids ;
1058
1058
int i ;
1059
1059
@@ -1072,9 +1072,9 @@ ProcArrayApplyRecoveryInfo(RunningTransactions running)
1072
1072
* because we will need it up to date for accessing two-phase transactions
1073
1073
* in StandbyReleaseOldLocks().
1074
1074
*/
1075
- xid = running -> nextXid ;
1076
- TransactionIdRetreat (xid );
1077
- AdvanceNextFullTransactionIdPastXid (xid );
1075
+ advanceNextXid = running -> nextXid ;
1076
+ TransactionIdRetreat (advanceNextXid );
1077
+ AdvanceNextFullTransactionIdPastXid (advanceNextXid );
1078
1078
Assert (FullTransactionIdIsValid (TransamVariables -> nextXid ));
1079
1079
1080
1080
/*
You can’t perform that action at this time.
0 commit comments