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
a956786bd8
commit
1e044a217d
|
@ -301,7 +301,7 @@ AppendDropDatabaseStmt(StringInfo buf, DropdbStmt *stmt)
|
||||||
|
|
||||||
foreach_ptr(option, stmt->options)
|
foreach_ptr(option, stmt->options)
|
||||||
{
|
{
|
||||||
/*if it is the first option then append with "WITH" else append with "," */
|
/* if it is the first option then append with "WITH" else append with "," */
|
||||||
if (option == linitial(stmt->options))
|
if (option == linitial(stmt->options))
|
||||||
{
|
{
|
||||||
appendStringInfo(buf, " WITH ( ");
|
appendStringInfo(buf, " WITH ( ");
|
||||||
|
|
Loading…
Reference in New Issue