Skip to content

Commit ae76795

Browse files
committed
Fix typo in comment.
Peter Geoghegan
1 parent c13ed70 commit ae76795

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/lock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ lock_twophase_recover(TransactionId xid, uint16 info,
28042804

28052805
/*
28062806
* Re-acquire a lock belonging to a transaction that was prepared, when
2807-
* when starting up into hot standby mode.
2807+
* starting up into hot standby mode.
28082808
*/
28092809
void
28102810
lock_twophase_standby_recover(TransactionId xid, uint16 info,

0 commit comments

Comments
 (0)