mirror of https://github.com/citusdata/citus.git
Comment out master_create_dist_table check
parent
790bf73ec0
commit
1f83607224
|
@ -392,10 +392,10 @@ ShouldSyncTableMetadata(Oid relationId)
|
|||
/*
|
||||
* We shouldn't sync metadata for distributed tables created with master_create_distributed_table
|
||||
*/
|
||||
if (hashDistributed && tableEntry->colocationId == INVALID_COLOCATION_ID)
|
||||
/* if (hashDistributed && tableEntry->colocationId == INVALID_COLOCATION_ID)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
} */
|
||||
|
||||
return ShouldSyncTableMetadataInternal(hashDistributed, citusTableWithNoDistKey);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue