mirror of https://github.com/citusdata/citus.git
Fix build break
parent
529f1bc8e3
commit
383fc2b6f0
|
@ -798,7 +798,7 @@ DropShardList(List *shardIntervalList)
|
|||
{
|
||||
ListCell *commandCell = NULL;
|
||||
|
||||
/* send the commands one by one */
|
||||
/* send the commands one by one (calls citus_internal_delete_shard_metadata internally) */
|
||||
List *shardMetadataDeleteCommandList = ShardDeleteCommandList(shardInterval);
|
||||
foreach(commandCell, shardMetadataDeleteCommandList)
|
||||
{
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
#include "distributed/listutils.h"
|
||||
#include "distributed/multi_executor.h"
|
||||
#include "distributed/worker_shard_copy.h"
|
||||
#include "distributed/worker_split_copy.h"
|
||||
#include "distributed/intermediate_results.h"
|
||||
#include "distributed/citus_ruleutils.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue