Update src/backend/distributed/metadata/metadata_sync.c

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7240/head
Gürkan İndibay 2023-11-13 18:59:36 +03:00 committed by GitHub
parent 05d8d4454f
commit 32df3313d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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 */