mirror of https://github.com/citusdata/citus.git
Fixes rollback problem
parent
f43793ed2f
commit
ee27508235
|
@ -10,3 +10,5 @@ DROP FUNCTION citus_internal.pg_database_size_local(name);
|
||||||
DROP FUNCTION citus_internal.pg_database_size_local(oid);
|
DROP FUNCTION citus_internal.pg_database_size_local(oid);
|
||||||
|
|
||||||
DROP FUNCTION pg_catalog.pg_dist_database_size(name);
|
DROP FUNCTION pg_catalog.pg_dist_database_size(name);
|
||||||
|
|
||||||
|
drop table pg_catalog.pg_dist_database;
|
||||||
|
|
|
@ -8,4 +8,3 @@ CREATE OR REPLACE FUNCTION pg_catalog.citus_internal_database_command(command te
|
||||||
AS 'MODULE_PATHNAME', $$citus_internal_database_command$$;
|
AS 'MODULE_PATHNAME', $$citus_internal_database_command$$;
|
||||||
COMMENT ON FUNCTION pg_catalog.citus_internal_database_command(text) IS
|
COMMENT ON FUNCTION pg_catalog.citus_internal_database_command(text) IS
|
||||||
'run a database command without transaction block restrictions';
|
'run a database command without transaction block restrictions';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue