File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 116116 * than its own active transaction must acquire an exclusive
117117 * lock.
118118 *
119- * FirstPredicateLockMgrLock based partition locks
119+ * PredicateLockHashPartitionLock(hashcode)
120120 * - The same lock protects a target, all locks on that target, and
121- * the linked list of locks on the target..
122- * - When more than one is needed, acquire in ascending order.
121+ * the linked list of locks on the target.
122+ * - When more than one is needed, acquire in ascending address order.
123+ * - When all are needed (rare), acquire in ascending index order with
124+ * PredicateLockHashPartitionLockByIndex(index).
123125 *
124126 * SerializableXactHashLock
125127 * - Protects both PredXact and SerializableXidHash.
You can’t perform that action at this time.
0 commit comments