mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/commands/database.c
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7253/head
parent
c123fc38ec
commit
dc93ca8913
|
@ -236,7 +236,8 @@ PreprocessAlterDatabaseStmt(Node *node, const char *queryString,
|
||||||
|
|
||||||
if (isSetTablespaceStatement(stmt))
|
if (isSetTablespaceStatement(stmt))
|
||||||
{
|
{
|
||||||
/* Set tablespace does not work inside a transaction.Therefore, we need to use
|
/*
|
||||||
|
* Set tablespace does not work inside a transaction.Therefore, we need to use
|
||||||
* NontransactionalNodeDDLTask to run the command on the workers outside
|
* NontransactionalNodeDDLTask to run the command on the workers outside
|
||||||
* the transaction block.
|
* the transaction block.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue