mirror of https://github.com/citusdata/citus.git
Refactor ContainsOnlyLocalOrReferenceTables function to improve comment clarity
parent
262a9b611e
commit
c4819808dc
|
@ -2563,8 +2563,8 @@ AllShardsColocated(List *relationShardList)
|
||||||
bool
|
bool
|
||||||
ContainsOnlyLocalOrReferenceTables(RTEListProperties *rteProperties)
|
ContainsOnlyLocalOrReferenceTables(RTEListProperties *rteProperties)
|
||||||
{
|
{
|
||||||
// If hasDistributedTable is false, then all tables are either local or reference.
|
/* If hasDistributedTable is false, then all tables are either local or reference. */
|
||||||
return !rteProperties->hasDistributedTable;
|
return !rteProperties->hasDistributedTable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue