Merge pull request #2817 from citusdata/fix_multi_extension

Fix multi_extension in check-multi-vg
pull/2815/head
Marco Slot 2019-07-04 12:53:22 +02:00 committed by GitHub
commit ea630c5070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

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

View File

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