projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbfeb82
)
Fix typo in comment.
author
Heikki Linnakangas
Thu, 25 Apr 2013 11:03:10 +0000
(14:03 +0300)
committer
Heikki Linnakangas
Thu, 25 Apr 2013 11:07:43 +0000
(14:07 +0300)
Peter Geoghegan
src/backend/storage/lmgr/lock.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/lmgr/lock.c
b/src/backend/storage/lmgr/lock.c
index fed21a9fa26afadee3da66fe22bf8efd8fd48e64..f107d2040bf5c81b1230ba773a1b476e9b305340 100644
(file)
--- a/
src/backend/storage/lmgr/lock.c
+++ b/
src/backend/storage/lmgr/lock.c
@@
-3727,7
+3727,7
@@
lock_twophase_recover(TransactionId xid, uint16 info,
/*
* Re-acquire a lock belonging to a transaction that was prepared, when
- *
when
starting up into hot standby mode.
+ * starting up into hot standby mode.
*/
void
lock_twophase_standby_recover(TransactionId xid, uint16 info,