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