mirror of https://github.com/citusdata/citus.git
Revert IsCitusTableType change
parent
0880aa012e
commit
4f557a43b6
|
@ -1318,7 +1318,7 @@ ConvertPostgresLocalTablesToCitusLocalTables(AlterTableStmt *alterTableStatement
|
|||
*/
|
||||
continue;
|
||||
}
|
||||
else if (IsCitusTableType(relationId, CITUS_LOCAL_TABLE))
|
||||
else if (IsCitusTable(relationId))
|
||||
{
|
||||
CitusTableCacheEntry *entry = GetCitusTableCacheEntry(relationId);
|
||||
if (!entry->autoConverted || autoConverted)
|
||||
|
|
Loading…
Reference in New Issue