-- init setup to test drop table cancel redistribution transaction
-- create function to set/reset proc as redistribution one
CREATE OR REPLACE FUNCTION pg_enable_redis_proc_cancelable() RETURNS bool AS '/home/ptadm/work/br_Gauss200_OLAP_V100R007C10_OnlineExpansion/install/lib/postgresql/gsredistribute.so', 'pg_enable_redis_proc_cancelable' LANGUAGE C IMMUTABLE;
CREATE OR REPLACE FUNCTION pg_disable_redis_proc_cancelable() RETURNS bool AS '/home/ptadm/work/br_Gauss200_OLAP_V100R007C10_OnlineExpansion/install/lib/postgresql/gsredistribute.so', 'pg_disable_redis_proc_cancelable' LANGUAGE C IMMUTABLE;