Home
last modified time | relevance | path

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

/dports/databases/pg_citus/citus-10.2.3/src/include/distributed/
H A Dcolocation_utils.h28 extern uint64 ColocatedShardIdInRelation(Oid relationId, int shardIndex);
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/operations/
H A Dstage_protocol.c695 ColocatedShardIdInRelation(fkeyRelationid, shardIndex); in RelationShardListForShardCreate()
726 ColocatedShardIdInRelation(parentRelationShard->relationId, shardIndex); in RelationShardListForShardCreate()
799 referencedShardId = ColocatedShardIdInRelation(referencedRelationId, in WorkerCreateShardCommandList()
H A Drepair_shards.c1041 ColocatedShardIdInRelation(partitionOid, shardInterval->shardIndex); in CopyPartitionShardsCommandList()
1379 referencedShardId = ColocatedShardIdInRelation(referencedRelationId, in CopyShardForeignConstraintCommandListGrouped()
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dresource_lock.c800 uint64 parentShardId = ColocatedShardIdInRelation(parentRelationId, shardIndex); in LockParentShardResourceIfPartition()
H A Dmulti_partitioning_utils.c1063 uint64 parentShardId = ColocatedShardIdInRelation(parentRelationId, shardIndex); in GenerateAttachShardPartitionCommand()
H A Dcolocation_utils.c1183 ColocatedShardIdInRelation(Oid relationId, int shardIndex) in ColocatedShardIdInRelation() function
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/metadata/
H A Dmetadata_utility.c1980 ColocatedShardIdInRelation(partitionOid, parentShardInterval->shardIndex); in UpdatePartitionShardPlacementStates()