mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/deparser/deparse_database_stmts.c
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7240/head
parent
32df3313d4
commit
a956786bd8
|
@ -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, " )");
|
||||
|
|
Loading…
Reference in New Issue