mirror of https://github.com/citusdata/citus.git
Adds a comment
parent
fbb38dd7ea
commit
b0282e6219
|
@ -292,7 +292,9 @@ PreprocessAlterDatabaseStmt(Node *node, const char *queryString,
|
||||||
{
|
{
|
||||||
return NIL;
|
return NIL;
|
||||||
}
|
}
|
||||||
|
/* Since ALTER TABLE SET TABLESPACE statement is not supported */
|
||||||
|
/* inside a transaction block, we need to send the command to the */
|
||||||
|
/* main database directly to make it work */
|
||||||
if (!IsSetTablespaceStatement(stmt))
|
if (!IsSetTablespaceStatement(stmt))
|
||||||
{
|
{
|
||||||
EnsureCoordinator();
|
EnsureCoordinator();
|
||||||
|
|
Loading…
Reference in New Issue