aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-04-25 14:03:10 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-04-25 14:07:55 +0300
commitae76795214437f042151906d7f6f000382c2291c (patch)
treebf6e4bfabd97d9e1daf74ffd6fab7141f990eca2
parentc13ed70a4f26bae435c297ae09b1be9f50f2eede (diff)
downloadpostgresql-ae76795214437f042151906d7f6f000382c2291c.tar.gz
postgresql-ae76795214437f042151906d7f6f000382c2291c.zip
Fix typo in comment.
Peter Geoghegan
-rw-r--r--src/backend/storage/lmgr/lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lock.c b/src/backend/storage/lmgr/lock.c
index 5e1cd357a80..88df69869ab 100644
--- a/src/backend/storage/lmgr/lock.c
+++ b/src/backend/storage/lmgr/lock.c
@@ -2804,7 +2804,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,