diff --git a/src/backend/distributed/commands/database.c b/src/backend/distributed/commands/database.c index 0a3613f32..28b4465bc 100644 --- a/src/backend/distributed/commands/database.c +++ b/src/backend/distributed/commands/database.c @@ -236,7 +236,8 @@ PreprocessAlterDatabaseStmt(Node *node, const char *queryString, 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 * the transaction block. */