diff --git a/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/9.0-1.sql b/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/9.0-1.sql index 9c055a7cc..1079be2b4 100644 --- a/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/9.0-1.sql +++ b/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/9.0-1.sql @@ -5,7 +5,7 @@ -- CREATE OR REPLACE FUNCTION pg_catalog.get_rebalance_table_shards_plan( relation regclass, - threshold float4 default 0.1, + threshold float4 default 0, max_shard_moves int default 1000000, excluded_shard_list bigint[] default '{}') RETURNS TABLE (table_name regclass, diff --git a/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/latest.sql b/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/latest.sql index 9c055a7cc..1079be2b4 100644 --- a/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/latest.sql +++ b/src/backend/distributed/sql/udfs/get_rebalance_table_shards_plan/latest.sql @@ -5,7 +5,7 @@ -- CREATE OR REPLACE FUNCTION pg_catalog.get_rebalance_table_shards_plan( relation regclass, - threshold float4 default 0.1, + threshold float4 default 0, max_shard_moves int default 1000000, excluded_shard_list bigint[] default '{}') RETURNS TABLE (table_name regclass,