mirror of https://github.com/citusdata/citus.git
indent
parent
5b446b1137
commit
2ca6e2c358
|
@ -3959,8 +3959,8 @@ citus_internal_database_command(PG_FUNCTION_ARGS)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ereport(ERROR, (errmsg("citus_internal_database_command() can only be used "
|
ereport(ERROR, (errmsg("citus_internal_database_command() can only be used "
|
||||||
"for CREATE DATABASE and DROP DATABASE commands by "
|
"for CREATE DATABASE and DROP DATABASE commands by "
|
||||||
"Citus.")));
|
"Citus.")));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* rollback GUCs to the state before this session */
|
/* rollback GUCs to the state before this session */
|
||||||
|
|
Loading…
Reference in New Issue