Commit d039fd51 authored by Robert Haas's avatar Robert Haas

Don't leave regress_test_role_super lying around.

Fixes an oversight in commit fc6d1006.

Noted by Tom Lane.
parent f6835ea9
...@@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo ...@@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo
SET ROLE regress_test_role_super; SET ROLE regress_test_role_super;
DROP FOREIGN DATA WRAPPER foo; DROP FOREIGN DATA WRAPPER foo;
RESET ROLE; RESET ROLE;
DROP ROLE regress_test_role_super;
\dew+ \dew+
List of foreign-data wrappers List of foreign-data wrappers
Name | Owner | Handler | Validator | Access privileges | FDW Options | Description Name | Owner | Handler | Validator | Access privileges | FDW Options | Description
......
...@@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR ...@@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR
SET ROLE regress_test_role_super; SET ROLE regress_test_role_super;
DROP FOREIGN DATA WRAPPER foo; DROP FOREIGN DATA WRAPPER foo;
RESET ROLE; RESET ROLE;
DROP ROLE regress_test_role_super;
\dew+ \dew+
CREATE FOREIGN DATA WRAPPER foo; CREATE FOREIGN DATA WRAPPER foo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment