File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1053,7 +1053,7 @@ void
10531053ProcArrayApplyRecoveryInfo (RunningTransactions running )
10541054{
10551055 TransactionId * xids ;
1056- TransactionId xid ;
1056+ TransactionId advanceNextXid ;
10571057 int nxids ;
10581058 int i ;
10591059
@@ -1072,9 +1072,9 @@ ProcArrayApplyRecoveryInfo(RunningTransactions running)
10721072 * because we will need it up to date for accessing two-phase transactions
10731073 * in StandbyReleaseOldLocks().
10741074 */
1075- xid = running -> nextXid ;
1076- TransactionIdRetreat (xid );
1077- AdvanceNextFullTransactionIdPastXid (xid );
1075+ advanceNextXid = running -> nextXid ;
1076+ TransactionIdRetreat (advanceNextXid );
1077+ AdvanceNextFullTransactionIdPastXid (advanceNextXid );
10781078 Assert (FullTransactionIdIsValid (TransamVariables -> nextXid ));
10791079
10801080 /*
You can’t perform that action at this time.
0 commit comments