citus/src/include/distributed/repair_shards.h

17 lines
484 B
C

/*-------------------------------------------------------------------------
*
* repair_shards.h
* Code used to move shards around.
*
* Copyright (c) Citus Data, Inc.
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "nodes/pg_list.h"
extern uint64 ShardListSizeInBytes(List *colocatedShardList,
char *workerNodeName, uint32 workerNodePort);
extern void ErrorIfMoveUnsupportedTableType(Oid relationId);