From dc93ca8913be0081788f1c8a33ace3e5d1d9a425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Tue, 21 Nov 2023 16:50:40 +0300 Subject: [PATCH] Update src/backend/distributed/commands/database.c Co-authored-by: Onur Tirtir --- src/backend/distributed/commands/database.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */