From e3815a7b7cd555f62e76acad7915d1a988c6a9ea Mon Sep 17 00:00:00 2001 From: Ahmet Gedemenli Date: Wed, 15 Sep 2021 17:01:40 +0300 Subject: [PATCH] Style --- src/test/regress/sql/citus_local_tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/sql/citus_local_tables.sql b/src/test/regress/sql/citus_local_tables.sql index 73dd6c4a1..c54d1bb13 100644 --- a/src/test/regress/sql/citus_local_tables.sql +++ b/src/test/regress/sql/citus_local_tables.sql @@ -627,7 +627,7 @@ SELECT create_distributed_table('partitioned_distributed','a'); \d+ citus_local_tables_test_schema.partitioned_distributed_1504046 \c - - - :master_port --- verify that mx nodes have the shell table +-- verify that mx nodes have the shell table SET search_path TO citus_local_tables_test_schema; CREATE TABLE partitioned_mx (a INT UNIQUE) PARTITION BY RANGE(a); CREATE TABLE partitioned_mx_1 PARTITION OF partitioned_mx FOR VALUES FROM (1) TO (4);