mirror of https://github.com/citusdata/citus.git
13 lines
715 B
SQL
13 lines
715 B
SQL
-- citus--11.2-1--11.1-1
|
|
#include "../udfs/get_rebalance_progress/11.1-1.sql"
|
|
#include "../udfs/citus_isolation_test_session_is_blocked/11.1-1.sql"
|
|
DROP FUNCTION pg_catalog.citus_get_node_clock();
|
|
DROP FUNCTION pg_catalog.citus_get_transaction_clock();
|
|
DROP FUNCTION pg_catalog.citus_internal_adjust_local_clock_to_remote(cluster_clock);
|
|
DROP FUNCTION pg_catalog.citus_is_clock_after(cluster_clock, cluster_clock);
|
|
DROP FUNCTION pg_catalog.cluster_clock_logical(cluster_clock);
|
|
DROP SEQUENCE pg_catalog.pg_dist_clock_logical_seq;
|
|
DROP OPERATOR CLASS pg_catalog.cluster_clock_ops USING btree CASCADE;
|
|
DROP OPERATOR FAMILY pg_catalog.cluster_clock_ops USING btree CASCADE;
|
|
DROP TYPE pg_catalog.cluster_clock CASCADE;
|