Don't leave regress_test_role_super lying around.
Fixes an oversight in commit fc6d1006bda783cc002c61a5f072905849dbde4b. Noted by Tom Lane.
This commit is contained in:
parent
f6835ea90a
commit
d039fd51f7
@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo
|
||||
SET ROLE regress_test_role_super;
|
||||
DROP FOREIGN DATA WRAPPER foo;
|
||||
RESET ROLE;
|
||||
DROP ROLE regress_test_role_super;
|
||||
\dew+
|
||||
List of foreign-data wrappers
|
||||
Name | Owner | Handler | Validator | Access privileges | FDW Options | Description
|
||||
|
@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR
|
||||
SET ROLE regress_test_role_super;
|
||||
DROP FOREIGN DATA WRAPPER foo;
|
||||
RESET ROLE;
|
||||
DROP ROLE regress_test_role_super;
|
||||
\dew+
|
||||
|
||||
CREATE FOREIGN DATA WRAPPER foo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user