mirror of https://github.com/citusdata/citus.git
Fixes merge errors
parent
c38e856f13
commit
cd4ffd1878
|
@ -50,9 +50,9 @@ const struct option_format create_database_option_formats[] = {
|
|||
|
||||
|
||||
const struct option_format alter_database_option_formats[] = {
|
||||
{ "is_template", " IS_TEMPLATE %s", "boolean" },
|
||||
{ "allow_connections", " ALLOW_CONNECTIONS %s", "boolean" },
|
||||
{ "connection_limit", " CONNECTION_LIMIT %d", "integer" },
|
||||
{ "is_template", " IS_TEMPLATE %s", OPTION_FORMAT_BOOLEAN },
|
||||
{ "allow_connections", " ALLOW_CONNECTIONS %s", OPTION_FORMAT_BOOLEAN },
|
||||
{ "connection_limit", " CONNECTION_LIMIT %d", OPTION_FORMAT_INTEGER },
|
||||
};
|
||||
|
||||
char *
|
||||
|
|
Loading…
Reference in New Issue