mirror of https://github.com/citusdata/citus.git
Update comment
Co-authored-by: Jelte Fennema-Nio <jelte.fennema@microsoft.com>rebalance_move_notice
parent
2d92aac347
commit
96ab028f86
|
@ -720,7 +720,7 @@ SerializeNonCommutativeWrites(List *shardIntervalList, LOCKMODE lockMode)
|
||||||
LockShardListResources(shardIntervalList, lockMode);
|
LockShardListResources(shardIntervalList, lockMode);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Next, acquire locks on the reference tables if there is any.
|
* Next, acquire locks on the reference tables that are referenced by a foreign key if there are any.
|
||||||
* Note that LockReferencedReferenceShardResources() first acquires locks on the first worker,
|
* Note that LockReferencedReferenceShardResources() first acquires locks on the first worker,
|
||||||
* then locally.
|
* then locally.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue