mirror of https://github.com/citusdata/citus.git
Fix metadata sync
parent
c96760b06e
commit
9e81344eaa
|
@ -392,10 +392,10 @@ ShouldSyncTableMetadata(Oid relationId)
|
||||||
/*
|
/*
|
||||||
* We shouldn't sync metadata for distributed tables created with master_create_distributed_table
|
* 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 false;
|
||||||
} */
|
}
|
||||||
|
|
||||||
return ShouldSyncTableMetadataInternal(hashDistributed, citusTableWithNoDistKey);
|
return ShouldSyncTableMetadataInternal(hashDistributed, citusTableWithNoDistKey);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue