Home
last modified time | relevance | path

Searched refs:ddlCommandList (Results 1 – 7 of 7) sorted by relevance

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/
H A Drepair_shards.c723 List *ddlCommandList = in RepairShardPlacement() local
728 ddlCommandList = list_concat(ddlCommandList, foreignConstraintCommandList); in RepairShardPlacement()
744 ddlCommandList = list_concat(ddlCommandList, partitionCommandList); in RepairShardPlacement()
752 ddlCommandList = lappend(ddlCommandList, copyShardDataCommand->data); in RepairShardPlacement()
757 ddlCommandList); in RepairShardPlacement()
960 ddlCommandList = NIL; in CopyShardTablesViaBlockWrites()
973 ddlCommandList, in CopyShardTablesViaBlockWrites()
1032 List *ddlCommandList = NIL; in CopyPartitionShardsCommandList() local
1048 ddlCommandList = list_concat(ddlCommandList, copyCommandList); in CopyPartitionShardsCommandList()
1052 ddlCommandList = lappend(ddlCommandList, attachPartitionCommand); in CopyPartitionShardsCommandList()
[all …]
H A Dstage_protocol.c459 List *ddlCommandList = GetFullTableCreationCommands(relationId, in CreateAppendDistributedShardPlacements() local
501 ddlCommandList, in CreateAppendDistributedShardPlacements()
572 List *ddlCommandList = GetFullTableCreationCommands(distributedRelationId, in CreateShardsOnWorkers() local
596 shardId, ddlCommandList, in CreateShardsOnWorkers()
741 List *ddlCommandList, in WorkerCreateShardCommandList() argument
750 foreach_ptr(ddlCommand, ddlCommandList) in WorkerCreateShardCommandList()
/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Dcoordinator_protocol.h251 List *ddlCommandList,
307 extern List * WorkerApplyShardDDLCommandList(List *ddlCommandList, int64 shardId);
H A Dcommands.h526 extern void ExecuteAndLogUtilityCommandList(List *ddlCommandList);
528 extern void ExecuteForeignKeyCreateCommandList(List *ddlCommandList,
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/commands/
H A Dcascade_table_operation_for_connected_relations.c468 ExecuteForeignKeyCreateCommandList(List *ddlCommandList, bool skip_validation) in ExecuteForeignKeyCreateCommandList() argument
471 foreach_ptr(ddlCommand, ddlCommandList) in ExecuteForeignKeyCreateCommandList()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dreference_table_utils.c347 List *ddlCommandList = in ReplicateShardToNode() local
374 ddlCommandList); in ReplicateShardToNode()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_sync.c532 List *ddlCommandList = GetFullTableCreationCommands(relationId, in MetadataCreateCommands() local
559 foreach_ptr(tableDDLCommand, ddlCommandList) in MetadataCreateCommands()