Update src/backend/distributed/commands/database.c

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

View File

@ -654,8 +654,8 @@ GenerateCreateDatabaseStatementFromPgDatabase(Form_pg_database databaseForm)
/*
* GenerateCreateDatabaseCommandList gets a list of pg_database tuples and returns
* a list of CREATE DATABASE statements for all the databases.
* GenerateCreateDatabaseCommandList returns a list of CREATE DATABASE statements
* for all the databases.
*
* Commands in the list are wrapped by citus_internal_database_command() UDF
* to avoid from transaction block restrictions that apply to database commands