Add comment

talha_tes1
Ahmet Gedemenli 2021-10-25 17:22:52 +03:00
parent cccd035cbb
commit 098793fe16
1 changed files with 4 additions and 0 deletions

View File

@ -1389,6 +1389,10 @@ BuildCitusTableCacheEntry(Oid relationId)
if (isNullArray[Anum_pg_dist_partition_autoconverted - 1])
{
/*
* We don't expect this to happen, but set it to false (the default value)
* to not break if anything goes wrong.
*/
cacheEntry->autoConverted = false;
}
else