talha_tes1
Ahmet Gedemenli 2021-09-24 17:27:10 +03:00
parent 4a6dbf886c
commit 31573a01d7
2 changed files with 4 additions and 3 deletions

View File

@ -451,7 +451,8 @@ ErrorIfAddingPartitionTableToMetadata(Oid relationId)
/*
* SetAutoConverted is the setter function for variable autoConverted.
*/
void SetAutoConverted(bool autoConvertedValue)
void
SetAutoConverted(bool autoConvertedValue)
{
autoConverted = autoConvertedValue;
}

View File

@ -158,9 +158,9 @@ ShouldUndistributeCitusLocalTable(Oid relationId)
{
if (IsCitusTableType(relationOid, REFERENCE_TABLE))
{
/*
/*
* The relation is connected to a reference table via foreign keys,
* we shouldn't undistribute it.
* we shouldn't undistribute it.
*/
return false;
}