mirror of https://github.com/citusdata/citus.git
fix a potential infinite loop
parent
a75436a54b
commit
1e128a6ee4
|
@ -562,6 +562,7 @@ HasForeignKeyToReferenceTable(Oid relationId)
|
||||||
|
|
||||||
if (!IsDistributedTable(referencedTableId))
|
if (!IsDistributedTable(referencedTableId))
|
||||||
{
|
{
|
||||||
|
heapTuple = systable_getnext(scanDescriptor);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue