Fix metadata sync

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-17 23:41:56 +03:00
parent c96760b06e
commit 9e81344eaa
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 * 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);
} }