From a956786bd8fb45e64152a1f2601ee2221bf3164b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 13 Nov 2023 18:59:48 +0300 Subject: [PATCH] Update src/backend/distributed/deparser/deparse_database_stmts.c Co-authored-by: Onur Tirtir --- src/backend/distributed/deparser/deparse_database_stmts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/deparser/deparse_database_stmts.c b/src/backend/distributed/deparser/deparse_database_stmts.c index e726fa845..5e7fa5416 100644 --- a/src/backend/distributed/deparser/deparse_database_stmts.c +++ b/src/backend/distributed/deparser/deparse_database_stmts.c @@ -322,7 +322,7 @@ AppendDropDatabaseStmt(StringInfo buf, DropdbStmt *stmt) option->defname))); } - /*if it is the last option then append with ")" */ + /* if it is the last option then append with ")" */ if (option == llast(stmt->options)) { appendStringInfo(buf, " )");