Edit clock.sql

test-6495
Jelte Fennema 2022-12-06 11:59:08 +01:00
parent 036cf6ee3e
commit 24c7d5920a
1 changed files with 1 additions and 0 deletions

View File

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