Fix build break

pull/6029/head
Nitish Upreti 2022-06-28 09:37:11 -07:00
parent 529f1bc8e3
commit 383fc2b6f0
2 changed files with 1 additions and 2 deletions

View File

@ -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)
{

View File

@ -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"