mirror of https://github.com/citusdata/citus.git
fixup! Increase shard move test coverage by improving advisory locks
parent
8bf1b3d4e4
commit
5f7bbddb02
|
@ -1,4 +1,8 @@
|
|||
setup
|
||||
{
|
||||
CALL citus_cleanup_orphaned_shards();
|
||||
}
|
||||
setup
|
||||
{
|
||||
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 1500001;
|
||||
SET citus.shard_count TO 4;
|
||||
|
|
Loading…
Reference in New Issue