diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-04-25 14:03:10 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2013-04-25 14:09:07 +0300 |
commit | 447b3174f58be808e81408b2166b41d898292ab3 (patch) | |
tree | 20b3a7136bed44f29839916e27440ba99a7b19c2 /src | |
parent | 6cf84628342ca859a15c9b1576fdbebc3575a0d2 (diff) | |
download | postgresql-447b3174f58be808e81408b2166b41d898292ab3.tar.gz postgresql-447b3174f58be808e81408b2166b41d898292ab3.zip |
Fix typo in comment.
Peter Geoghegan
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/lmgr/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lock.c b/src/backend/storage/lmgr/lock.c index 2c1c6524897..f73c4ef5a56 100644 --- a/src/backend/storage/lmgr/lock.c +++ b/src/backend/storage/lmgr/lock.c @@ -3772,7 +3772,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, |