summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/standby.c
diff options
context:
space:
mode:
authorRobert Haas2012-05-02 15:11:25 +0000
committerRobert Haas2012-05-02 15:11:25 +0000
commit1b4998fd44bad9f8ab90e741cadd6519f6c94a44 (patch)
tree1d302071e1cc06e449fb329c83141ba5ef851453 /src/backend/storage/ipc/standby.c
parente01e66f808fbd161b2714eab34bb9e9d0db0db53 (diff)
Further corrections from the department of redundancy department.
Thom Brown
Diffstat (limited to 'src/backend/storage/ipc/standby.c')
-rw-r--r--src/backend/storage/ipc/standby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/standby.c b/src/backend/storage/ipc/standby.c
index 845a839e67f..3a6831cab0c 100644
--- a/src/backend/storage/ipc/standby.c
+++ b/src/backend/storage/ipc/standby.c
@@ -1009,7 +1009,7 @@ LogAccessExclusiveLockPrepare(void)
* RecordTransactionAbort() do not optimise away the transaction
* completion record which recovery relies upon to release locks. It's a
* hack, but for a corner case not worth adding code for into the main
- * commit path. Second, must must assign an xid before the lock is
+ * commit path. Second, we must assign an xid before the lock is
* recorded in shared memory, otherwise a concurrently executing
* GetRunningTransactionLocks() might see a lock associated with an
* InvalidTransactionId which we later assert cannot happen.