mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/metadata/metadata_sync.c
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7240/head
parent
05d8d4454f
commit
32df3313d4
|
@ -3947,8 +3947,7 @@ 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 command by "
|
"for CREATE DATABASE command by Citus.")));
|
||||||
"Citus.")));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* rollback GUCs to the state before this session */
|
/* rollback GUCs to the state before this session */
|
||||||
|
|
Loading…
Reference in New Issue