mirror of https://github.com/citusdata/citus.git
Update comment
parent
77dd12c09d
commit
baeaca7bc5
|
@ -90,8 +90,7 @@ EnsureDependenciesExistOnAllNodes(const ObjectAddress *target)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Lock dependent objects explicitly to make sure same DDL command won't be sent
|
* Lock dependent objects explicitly to make sure same DDL command won't be sent
|
||||||
* multiple times from parallel sessions. Having IF EXISTS may not handle locking
|
* multiple times from parallel sessions.
|
||||||
* issues if sent from parallel sessions.
|
|
||||||
*/
|
*/
|
||||||
foreach_ptr(dependency, dependenciesWithCommands)
|
foreach_ptr(dependency, dependenciesWithCommands)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue