Use citus.next_placement_id where practical in regression tests

pull/1750/head
Marco Slot 2017-10-31 19:35:51 +01:00
parent d3b634b301
commit ea306c6cfe
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;