diff --git a/src/backend/distributed/operations/shard_cleaner.c b/src/backend/distributed/operations/shard_cleaner.c index f4a81c0d5..896daf55b 100644 --- a/src/backend/distributed/operations/shard_cleaner.c +++ b/src/backend/distributed/operations/shard_cleaner.c @@ -608,9 +608,9 @@ TryDropShardOutsideTransaction(char *qualifiedTableName, char *nodeName, int nod /* remove the shard from the node */ bool success = SendOptionalCommandListToWorkerOutsideTransaction(nodeName, - nodePort, - NULL, - dropCommandList); + nodePort, + NULL, + dropCommandList); return success; }