mirror of https://github.com/citusdata/citus.git
Use citus.next_placement_id where practical in regression tests
parent
d3b634b301
commit
ea306c6cfe
|
@ -2,7 +2,7 @@
|
||||||
-- MULTI_INSERT_SELECT
|
-- MULTI_INSERT_SELECT
|
||||||
--
|
--
|
||||||
SET citus.next_shard_id TO 13300000;
|
SET citus.next_shard_id TO 13300000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_placement_placementid_seq RESTART 13300000;
|
SET citus.next_placement_id TO 13300000;
|
||||||
-- create co-located tables
|
-- create co-located tables
|
||||||
SET citus.shard_count = 4;
|
SET citus.shard_count = 4;
|
||||||
SET citus.shard_replication_factor = 2;
|
SET citus.shard_replication_factor = 2;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
SET citus.next_shard_id TO 13300000;
|
SET citus.next_shard_id TO 13300000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_placement_placementid_seq RESTART 13300000;
|
SET citus.next_placement_id TO 13300000;
|
||||||
|
|
||||||
-- create co-located tables
|
-- create co-located tables
|
||||||
SET citus.shard_count = 4;
|
SET citus.shard_count = 4;
|
||||||
|
|
Loading…
Reference in New Issue