mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix outdated comment
Author: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
parent
8bf9469469
commit
da19c32c6b
1 changed files with 5 additions and 3 deletions
|
|
@ -116,10 +116,12 @@
|
|||
* than its own active transaction must acquire an exclusive
|
||||
* lock.
|
||||
*
|
||||
* FirstPredicateLockMgrLock based partition locks
|
||||
* PredicateLockHashPartitionLock(hashcode)
|
||||
* - The same lock protects a target, all locks on that target, and
|
||||
* the linked list of locks on the target..
|
||||
* - When more than one is needed, acquire in ascending order.
|
||||
* the linked list of locks on the target.
|
||||
* - When more than one is needed, acquire in ascending address order.
|
||||
* - When all are needed (rare), acquire in ascending index order with
|
||||
* PredicateLockHashPartitionLockByIndex(index).
|
||||
*
|
||||
* SerializableXactHashLock
|
||||
* - Protects both PredXact and SerializableXidHash.
|
||||
|
|
|
|||
Loading…
Reference in a new issue