Home
last modified time | relevance | path

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

/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/utils/
H A Dcolocation_utils.c338 ListCell *leftPlacementCell = NULL; in ErrorIfShardPlacementsNotColocated() local
376 forboth(leftPlacementCell, sortedLeftPlacementList, in ErrorIfShardPlacementsNotColocated()
380 (ShardPlacement *) lfirst(leftPlacementCell); in ErrorIfShardPlacementsNotColocated()