mirror of https://github.com/citusdata/citus.git
Run reindent
parent
59aaed3e5c
commit
ef2361f091
|
@ -608,9 +608,9 @@ TryDropShardOutsideTransaction(char *qualifiedTableName, char *nodeName, int nod
|
||||||
|
|
||||||
/* remove the shard from the node */
|
/* remove the shard from the node */
|
||||||
bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName,
|
bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName,
|
||||||
nodePort,
|
nodePort,
|
||||||
NULL,
|
NULL,
|
||||||
dropCommandList);
|
dropCommandList);
|
||||||
|
|
||||||
return success;
|
return success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue