mirror of https://github.com/citusdata/citus.git
Edit clock.sql
parent
036cf6ee3e
commit
24c7d5920a
|
@ -8,6 +8,7 @@ SHOW citus.enable_cluster_clock;
|
||||||
CREATE TABLE clock_test (id int, nonid int);
|
CREATE TABLE clock_test (id int, nonid int);
|
||||||
SELECT create_distributed_table('clock_test', 'id', colocate_with := 'none');
|
SELECT create_distributed_table('clock_test', 'id', colocate_with := 'none');
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Compare <logical, counter> pairs
|
-- Compare <logical, counter> pairs
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue