diff --git a/src/backend/distributed/sql/citus--12.1-1--12.2-1.sql b/src/backend/distributed/sql/citus--12.1-1--12.2-1.sql index 49fb4ec20..0f705505c 100644 --- a/src/backend/distributed/sql/citus--12.1-1--12.2-1.sql +++ b/src/backend/distributed/sql/citus--12.1-1--12.2-1.sql @@ -1,8 +1,8 @@ -- citus--12.1-1--12.2-1 -/* - * citus_internal_database_command creates a database according to the given command. - */ +-- +-- citus_internal_database_command creates a database according to the given command. + CREATE OR REPLACE FUNCTION pg_catalog.citus_internal_database_command(command text) RETURNS void LANGUAGE C