Skip to content

Commit 11ffb36

Browse files
committed
comments
1 parent bdefc1a commit 11ffb36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/access/transam/twophase.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,9 +1299,6 @@ StandbyTransactionIdIsPrepared(TransactionId xid)
12991299

13001300
/*
13011301
* At first check prepared tx, that have no saved state files.
1302-
*
1303-
* 2REVIEWER: Actually I can't reproduce case where this function is used,
1304-
* so that loop can be overkill if that fn called only after checkpoint.
13051302
*/
13061303
LWLockAcquire(TwoPhaseStateLock, LW_SHARED);
13071304
for (i = 0; i < TwoPhaseState->numPrepXacts; i++)

0 commit comments

Comments
 (0)