support-partitioning-for-citus-local-tables
Ahmet Gedemenli 2021-08-23 13:39:47 +03:00
parent a18afc5362
commit 844b3ea4df
1 changed files with 3 additions and 3 deletions

View File

@ -372,9 +372,9 @@ ExecuteCascadeOperationForRelationIdList(List *relationIdList,
{ {
if (!IsCitusTable(relationId)) if (!IsCitusTable(relationId))
{ {
/* /*
* If it's a partition, we want whole partitioned table to become a * If it's a partition, we want whole partitioned table to become a
* Citus Local Table. For that, we start conversion from the parent. * Citus Local Table. For that, we start conversion from the parent.
*/ */
if (PartitionTable(relationId)) if (PartitionTable(relationId))
{ {