mirror of https://github.com/citusdata/citus.git
Fix multi_extension in check-multi-vg
parent
ce2d4a216d
commit
d233887d68
|
@ -406,7 +406,7 @@ $$;
|
|||
ERROR: create distributed table failed
|
||||
CONTEXT: PL/pgSQL function inline_code_block line 6 at RAISE
|
||||
\c regression
|
||||
\c - - - :worker_1_port
|
||||
DROP DATABASE another;
|
||||
\c - - - :master_port
|
||||
DROP DATABASE another;
|
||||
\c - - - :worker_1_port
|
||||
DROP DATABASE another;
|
||||
|
|
|
@ -380,9 +380,9 @@ END;
|
|||
$$;
|
||||
|
||||
\c regression
|
||||
\c - - - :worker_1_port
|
||||
DROP DATABASE another;
|
||||
|
||||
\c - - - :master_port
|
||||
DROP DATABASE another;
|
||||
|
||||
\c - - - :worker_1_port
|
||||
DROP DATABASE another;
|
||||
|
||||
|
|
Loading…
Reference in New Issue