File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/backend/access/transam Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1298,7 +1298,7 @@ StandbyTransactionIdIsPrepared(TransactionId xid)
1298
1298
return false; /* nothing to do */
1299
1299
1300
1300
/*
1301
- * At first check prepared tx, that have no saved state files.
1301
+ * At first check prepared tx that have no saved state files.
1302
1302
*/
1303
1303
LWLockAcquire (TwoPhaseStateLock , LW_SHARED );
1304
1304
for (i = 0 ; i < TwoPhaseState -> numPrepXacts ; i ++ )
@@ -1665,11 +1665,6 @@ XlogRedoFinishPrepared(TransactionId xid)
1665
1665
ProcArrayRemove (proc , latestXid );
1666
1666
gxact -> valid = false;
1667
1667
1668
- /*
1669
- * 2REVIWER: I assume that we can skip invalidation callbacks here,
1670
- * aren't we?
1671
- */
1672
-
1673
1668
/* And release locks */
1674
1669
if (true)
1675
1670
ProcessRecords (bufptr , xid , twophase_postcommit_callbacks );
You can’t perform that action at this time.
0 commit comments