mirror of https://github.com/citusdata/citus.git
Fixes missin ok issue
parent
b5cbc048b7
commit
3a0a5ae344
|
@ -410,6 +410,6 @@ List *
|
|||
CreateDatabaseStmtObjectAddress(Node *node, bool missing_ok, bool isPostprocess)
|
||||
{
|
||||
CreatedbStmt *stmt = castNode(CreatedbStmt, node);
|
||||
ObjectAddress *dbAddress = GetDatabaseAddressFromDatabaseName(stmt->dbname,stmt->missing_ok);
|
||||
ObjectAddress *dbAddress = GetDatabaseAddressFromDatabaseName(stmt->dbname,missing_ok);
|
||||
return list_make1(dbAddress);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue