Skip to content

Commit 719845b

Browse files
committed
Fix typo in comment.
Peter Geoghegan
1 parent dbfeb82 commit 719845b

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
@@ -3727,7 +3727,7 @@ lock_twophase_recover(TransactionId xid, uint16 info,
37273727

37283728
/*
37293729
* Re-acquire a lock belonging to a transaction that was prepared, when
3730-
* when starting up into hot standby mode.
3730+
* starting up into hot standby mode.
37313731
*/
37323732
void
37333733
lock_twophase_standby_recover(TransactionId xid, uint16 info,

0 commit comments

Comments
 (0)