mirror of https://github.com/citusdata/citus.git
Merge remote-tracking branch 'origin/create_alter_database' into create_alter_database
commit
f5a3f4d351
|
@ -259,7 +259,7 @@ DeparseAlterDatabaseSetStmt(Node *node)
|
|||
static void
|
||||
ValidateCreateDatabaseOptions(DefElem *option)
|
||||
{
|
||||
if (strcmp(option->defname, "strategy") == 0)
|
||||
if (strcmp(option->defname, "strategy") == 0 || strcmp(option->defname, "oid") == 0)
|
||||
{
|
||||
ereport(ERROR,
|
||||
errmsg("CREATE DATABASE option \"%s\" is not supported",
|
||||
|
|
Loading…
Reference in New Issue