Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd039fd5

Browse files
committed
Don't leave regress_test_role_super lying around.
Fixes an oversight in commitfc6d100.Noted by Tom Lane.
1 parentf6835ea commitd039fd5

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)

[8]ページ先頭

©2009-2025 Movatter.jp