mirror of https://github.com/citusdata/citus.git
Fixes indentation
parent
d528ec2f67
commit
752c2ee441
|
@ -4736,8 +4736,6 @@ SyncDistributedObjects(MetadataSyncContext *context)
|
||||||
* those tables.
|
* those tables.
|
||||||
*/
|
*/
|
||||||
SendInterTableRelationshipCommands(context);
|
SendInterTableRelationshipCommands(context);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -4762,6 +4760,7 @@ SendNodeWideObjectsSyncCommands(MetadataSyncContext *context)
|
||||||
SendOrCollectCommandListToActivatedNodes(context, commandList);
|
SendOrCollectCommandListToActivatedNodes(context, commandList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SendShellTableDeletionCommands sends sequence, and shell table deletion
|
* SendShellTableDeletionCommands sends sequence, and shell table deletion
|
||||||
* commands to workers with transactional or nontransactional mode according to
|
* commands to workers with transactional or nontransactional mode according to
|
||||||
|
|
Loading…
Reference in New Issue