Skip to content

Commit fe1d8c1

Browse files
committed
Fix typo in comment.
Peter Geoghegan
1 parent dd9c6ff commit fe1d8c1

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

27212721
/*
27222722
* Re-acquire a lock belonging to a transaction that was prepared, when
2723-
* when starting up into hot standby mode.
2723+
* starting up into hot standby mode.
27242724
*/
27252725
void
27262726
lock_twophase_standby_recover(TransactionId xid, uint16 info,

0 commit comments

Comments
 (0)