Commit 1e1b01cd authored by Peter Eisentraut's avatar Peter Eisentraut

Fix outdated comment

Author: Thomas Munro <thomas.munro@enterprisedb.com>
parent 237a0b87
...@@ -116,10 +116,12 @@ ...@@ -116,10 +116,12 @@
* than its own active transaction must acquire an exclusive * than its own active transaction must acquire an exclusive
* lock. * lock.
* *
* FirstPredicateLockMgrLock based partition locks * PredicateLockHashPartitionLock(hashcode)
* - The same lock protects a target, all locks on that target, and * - The same lock protects a target, all locks on that target, and
* the linked list of locks on the target.. * the linked list of locks on the target.
* - When more than one is needed, acquire in ascending order. * - 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 * SerializableXactHashLock
* - Protects both PredXact and SerializableXidHash. * - Protects both PredXact and SerializableXidHash.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment