diff --git a/src/backend/distributed/commands/database.c b/src/backend/distributed/commands/database.c index bc5908629..0447f98b5 100644 --- a/src/backend/distributed/commands/database.c +++ b/src/backend/distributed/commands/database.c @@ -292,6 +292,7 @@ PreprocessAlterDatabaseStmt(Node *node, const char *queryString, { 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 */