mirror of https://github.com/citusdata/citus.git
Add comment
parent
cccd035cbb
commit
098793fe16
|
@ -1389,6 +1389,10 @@ BuildCitusTableCacheEntry(Oid relationId)
|
||||||
|
|
||||||
if (isNullArray[Anum_pg_dist_partition_autoconverted - 1])
|
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;
|
cacheEntry->autoConverted = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue