mirror of https://github.com/citusdata/citus.git
Update src/backend/distributed/commands/database.c
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>pull/7240/head
parent
1e044a217d
commit
7780101619
|
@ -654,8 +654,8 @@ GenerateCreateDatabaseStatementFromPgDatabase(Form_pg_database databaseForm)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GenerateCreateDatabaseCommandList gets a list of pg_database tuples and returns
|
* GenerateCreateDatabaseCommandList returns a list of CREATE DATABASE statements
|
||||||
* a list of CREATE DATABASE statements for all the databases.
|
* for all the databases.
|
||||||
*
|
*
|
||||||
* Commands in the list are wrapped by citus_internal_database_command() UDF
|
* Commands in the list are wrapped by citus_internal_database_command() UDF
|
||||||
* to avoid from transaction block restrictions that apply to database commands
|
* to avoid from transaction block restrictions that apply to database commands
|
||||||
|
|
Loading…
Reference in New Issue