Fixes multi extension test

pull/7563/head
gurkanindibay 2024-03-25 19:08:41 +03:00
parent b0282e6219
commit 7bde99c7d7
1 changed files with 0 additions and 24 deletions

View File

@ -7,30 +7,6 @@
-- not done yet.
--
-- 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;
CREATE SCHEMA multi_extension;
SELECT $definition$