mirror of https://github.com/citusdata/citus.git
Fix multi partitioning test
parent
2e046ea8e5
commit
b7f3e1e766
|
@ -4301,8 +4301,8 @@ WHERE schemaname = 'partitioning_schema' AND tablename ilike '%part_table_with_%
|
||||||
(2 rows)
|
(2 rows)
|
||||||
|
|
||||||
-- should work properly - no names clashes
|
-- should work properly - no names clashes
|
||||||
SELECT citus_activate_node('localhost', :worker_1_port);
|
SELECT 1 FROM citus_activate_node('localhost', :worker_1_port);
|
||||||
citus_activate_node
|
?column?
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
1
|
1
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
|
@ -1992,7 +1992,7 @@ SELECT tablename, indexname FROM pg_indexes
|
||||||
WHERE schemaname = 'partitioning_schema' AND tablename ilike '%part_table_with_%' ORDER BY 1, 2;
|
WHERE schemaname = 'partitioning_schema' AND tablename ilike '%part_table_with_%' ORDER BY 1, 2;
|
||||||
|
|
||||||
-- should work properly - no names clashes
|
-- should work properly - no names clashes
|
||||||
SELECT citus_activate_node('localhost', :worker_1_port);
|
SELECT 1 FROM citus_activate_node('localhost', :worker_1_port);
|
||||||
|
|
||||||
\c - - - :worker_1_port
|
\c - - - :worker_1_port
|
||||||
-- check that indexes are named properly
|
-- check that indexes are named properly
|
||||||
|
|
Loading…
Reference in New Issue