Skip to content

Commit d039fd5

Browse files
committed
Don't leave regress_test_role_super lying around.
Fixes an oversight in commit fc6d100. Noted by Tom Lane.
1 parent f6835ea commit d039fd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/regress/expected/foreign_data.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ DETAIL: owner of foreign-data wrapper foo
208208
SET ROLE regress_test_role_super;
209209
DROP FOREIGN DATA WRAPPER foo;
210210
RESET ROLE;
211+
DROP ROLE regress_test_role_super;
211212
\dew+
212213
List of foreign-data wrappers
213214
Name | Owner | Handler | Validator | Access privileges | FDW Options | Description

src/test/regress/sql/foreign_data.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ DROP ROLE regress_test_role_super; -- ERROR
9797
SET ROLE regress_test_role_super;
9898
DROP FOREIGN DATA WRAPPER foo;
9999
RESET ROLE;
100+
DROP ROLE regress_test_role_super;
100101
\dew+
101102

102103
CREATE FOREIGN DATA WRAPPER foo;

0 commit comments

Comments
 (0)