Comment out master_create_dist_table check

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-17 17:13:27 +03:00
parent 790bf73ec0
commit 1f83607224
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}