mirror of https://github.com/citusdata/citus.git
Fixes compilation errors
parent
b45543f51b
commit
b5424db419
|
@ -225,7 +225,7 @@ PreprocessAlterDatabaseStmt(Node *node, const char *queryString,
|
|||
* the transaction block.
|
||||
*/
|
||||
|
||||
return NontransactionalNodeDDLTask(NON_COORDINATOR_NODES, commands);
|
||||
return NontransactionalNodeDDLTaskList(NON_COORDINATOR_NODES, commands);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -148,7 +148,7 @@ AppendBasicAlterDatabaseOptions(StringInfo buf, DefElem *def, bool
|
|||
appendStringInfo(buf, "ALTER DATABASE %s WITH", quote_identifier(dbname));
|
||||
prefix_appended_for_basic_options = true;
|
||||
}
|
||||
optionToStatement(buf, def, alter_database_option_formats, lengthof(
|
||||
DefElemOptionToStatement(buf, def, alter_database_option_formats, lengthof(
|
||||
alter_database_option_formats));
|
||||
return prefix_appended_for_basic_options;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue