mirror of https://github.com/citusdata/citus.git
Fixed review issues
parent
a497a78239
commit
1e91b144e2
|
@ -1,16 +1,4 @@
|
||||||
-- citus--12.1-1--12.2-1
|
-- citus--12.1-1--12.2-1
|
||||||
|
|
||||||
--
|
|
||||||
-- 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
|
|
||||||
STRICT
|
|
||||||
AS 'MODULE_PATHNAME', $$citus_internal_database_command$$;
|
|
||||||
COMMENT ON FUNCTION pg_catalog.citus_internal_database_command(text) IS
|
|
||||||
'run a database command without transaction block restrictions';
|
|
||||||
|
|
||||||
-- bump version to 12.2-1
|
-- bump version to 12.2-1
|
||||||
|
#include "udfs/citus_internal_database_command/12.2-1.sql"
|
||||||
#include "udfs/citus_add_rebalance_strategy/12.2-1.sql"
|
#include "udfs/citus_add_rebalance_strategy/12.2-1.sql"
|
||||||
|
|
10
src/backend/distributed/sql/udfs/citus_internal_database_command/12.2-1.sql
generated
Normal file
10
src/backend/distributed/sql/udfs/citus_internal_database_command/12.2-1.sql
generated
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--
|
||||||
|
-- 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
|
||||||
|
STRICT
|
||||||
|
AS 'MODULE_PATHNAME', $$citus_internal_database_command$$;
|
||||||
|
COMMENT ON FUNCTION pg_catalog.citus_internal_database_command(text) IS
|
||||||
|
'run a database command without transaction block restrictions';
|
|
@ -0,0 +1,10 @@
|
||||||
|
--
|
||||||
|
-- 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
|
||||||
|
STRICT
|
||||||
|
AS 'MODULE_PATHNAME', $$citus_internal_database_command$$;
|
||||||
|
COMMENT ON FUNCTION pg_catalog.citus_internal_database_command(text) IS
|
||||||
|
'run a database command without transaction block restrictions';
|
Loading…
Reference in New Issue