mirror of https://github.com/citusdata/citus.git
Fixes multi extension test
parent
b0282e6219
commit
7bde99c7d7
|
@ -7,30 +7,6 @@
|
||||||
-- not done yet.
|
-- not done yet.
|
||||||
--
|
--
|
||||||
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
-- Upgrade tests verify the objects are added in citus_finish_pg_upgrade()
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
pg_reload_conf
|
|
||||||
---------------------------------------------------------------------
|
|
||||||
t
|
|
||||||
(1 row)
|
|
||||||
|
|
||||||
\c - - - :worker_1_port
|
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
pg_reload_conf
|
|
||||||
---------------------------------------------------------------------
|
|
||||||
t
|
|
||||||
(1 row)
|
|
||||||
|
|
||||||
\c - - - :worker_2_port
|
|
||||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
|
||||||
SELECT pg_reload_conf();
|
|
||||||
pg_reload_conf
|
|
||||||
---------------------------------------------------------------------
|
|
||||||
t
|
|
||||||
(1 row)
|
|
||||||
|
|
||||||
\c - - - :master_port
|
|
||||||
SET citus.next_shard_id TO 580000;
|
SET citus.next_shard_id TO 580000;
|
||||||
CREATE SCHEMA multi_extension;
|
CREATE SCHEMA multi_extension;
|
||||||
SELECT $definition$
|
SELECT $definition$
|
||||||
|
|
Loading…
Reference in New Issue