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
fcdea98edd
commit
7e15939e50
|
@ -594,6 +594,10 @@ GetLocaleProviderString(char datlocprovider)
|
|||
/*
|
||||
* GenerateCreateDatabaseStatementFromPgDatabase gets the pg_database tuple and returns the
|
||||
* CREATE DATABASE statement that can be used to create given database.
|
||||
*
|
||||
* Note that this doesn't deparse OID of the database and this is not a
|
||||
* problem as we anyway don't allow specifying custom OIDs for databases
|
||||
* when creating them.
|
||||
*/
|
||||
static char *
|
||||
GenerateCreateDatabaseStatementFromPgDatabase(Form_pg_database databaseForm)
|
||||
|
|
Loading…
Reference in New Issue