mirror of https://github.com/citusdata/citus.git
Merge pull request #2817 from citusdata/fix_multi_extension
Fix multi_extension in check-multi-vgpull/2815/head
commit
ea630c5070
|
@ -406,7 +406,7 @@ $$;
|
||||||
ERROR: create distributed table failed
|
ERROR: create distributed table failed
|
||||||
CONTEXT: PL/pgSQL function inline_code_block line 6 at RAISE
|
CONTEXT: PL/pgSQL function inline_code_block line 6 at RAISE
|
||||||
\c regression
|
\c regression
|
||||||
\c - - - :worker_1_port
|
|
||||||
DROP DATABASE another;
|
|
||||||
\c - - - :master_port
|
\c - - - :master_port
|
||||||
DROP DATABASE another;
|
DROP DATABASE another;
|
||||||
|
\c - - - :worker_1_port
|
||||||
|
DROP DATABASE another;
|
||||||
|
|
|
@ -380,9 +380,9 @@ END;
|
||||||
$$;
|
$$;
|
||||||
|
|
||||||
\c regression
|
\c regression
|
||||||
\c - - - :worker_1_port
|
|
||||||
DROP DATABASE another;
|
|
||||||
|
|
||||||
\c - - - :master_port
|
\c - - - :master_port
|
||||||
DROP DATABASE another;
|
DROP DATABASE another;
|
||||||
|
|
||||||
|
\c - - - :worker_1_port
|
||||||
|
DROP DATABASE another;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue