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
|
||||
ContainsOnlyLocalOrReferenceTables(RTEListProperties *rteProperties)
|
||||
{
|
||||
// If hasDistributedTable is false, then all tables are either local or reference.
|
||||
return !rteProperties->hasDistributedTable;
|
||||
/* If hasDistributedTable is false, then all tables are either local or reference. */
|
||||
return !rteProperties->hasDistributedTable;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue