Fix multi_extension in check-multi-vg

pull/2817/head
Hadi Moshayedi 2019-07-03 17:14:12 -07:00 committed by Marco Slot
parent ce2d4a216d
commit d233887d68
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;