mirror of https://github.com/citusdata/citus.git
Set flag InTableTypeConversionFunctionCall
parent
0c99c9951e
commit
b286a9aced
|
@ -767,7 +767,11 @@ PreprocessAlterTableStmt(Node *node, const char *alterTableCommand,
|
||||||
* distributed table from local table and we don't want to break user
|
* distributed table from local table and we don't want to break user
|
||||||
* experience by asking to add coordinator to metadata.
|
* experience by asking to add coordinator to metadata.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* as we're having a table type conversion, dont need warning messages */
|
||||||
|
InTableTypeConversionFunctionCall = true;
|
||||||
ConvertPostgresLocalTablesToCitusLocalTables(alterTableStatement);
|
ConvertPostgresLocalTablesToCitusLocalTables(alterTableStatement);
|
||||||
|
InTableTypeConversionFunctionCall = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* CreateCitusLocalTable converts relation to a shard relation and creates
|
* CreateCitusLocalTable converts relation to a shard relation and creates
|
||||||
|
|
Loading…
Reference in New Issue