1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Further corrections from the department of redundancy department.

Thom Brown
This commit is contained in:
Robert Haas
2012-05-02 11:11:25 -04:00
parent e01e66f808
commit 1b4998fd44
3 changed files with 3 additions and 3 deletions

View File

@ -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.